- Apr 04, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3149 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 28, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3087 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 23, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3054 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 19, 2011
-
-
dg authored
toto git-svn-id: http://svn.net-core.org/repos/t-engine4@3034 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 12, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2999 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 11, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2994 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2993 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2992 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 09, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2991 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2990 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2989 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
The C core is not split into a shared library (.so/.dll/...). The game executable is now a very simple runner that takes a core name and dynamically loads and runs it. This will allow the game to make updates even if the C core changes, since it can simply download the new dll and place it along the other engine stuff. This means that in the future when a module needs a version of the engine no present it will simply download it and switch to it. Same for old savefiles, they will use the current module & engine version to run. need people to test this on OSX as no special care has been taken for it yet *WORK IN PROGRESS* git-svn-id: http://svn.net-core.org/repos/t-engine4@2988 51575b47-30f0-44d4-a5cc-537603b46e54
-