From version 1.1 >
edited by Hugo Peters
on 2021/03/02 17:43
To version < 2.1 >
edited by Hugo Peters
on 2021/03/02 17:44
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  Dinosaur Planet uses a DLL ([[Dynamic-Link Library>>https://en.wikipedia.org/wiki/Dynamic-link_library]]) system to reduce the runtime memory required for the game's code.
2 2  
3 -By swapping in-and-out relocatable code modules, the game can make sure only the code necessary for the core game as well as the currently used game objects is loaded.
3 +By swapping relocatable code modules in-and-out, the game can make sure only the code necessary for the core game as well as the currently used game objects is loaded.
4 4  
5 5  Below is a table of the DLLs and their use.
6 6