Skip to content
Snippets Groups Projects
  1. Jun 14, 2011
  2. Jun 11, 2011
  3. Jun 03, 2011
  4. Jun 01, 2011
  5. May 19, 2011
  6. May 17, 2011
  7. May 15, 2011
  8. May 11, 2011
  9. May 06, 2011
  10. Apr 19, 2011
  11. Mar 30, 2011
  12. Mar 28, 2011
  13. Mar 11, 2011
  14. Mar 09, 2011
    • dg's avatar
      The C core is not split into a shared library (.so/.dll/...). The game... · c8d4a344
      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
      c8d4a344
  15. Feb 27, 2011
  16. Feb 26, 2011
  17. Feb 19, 2011
  18. Feb 02, 2011
  19. Feb 01, 2011
  20. Jan 17, 2011
  21. Jan 16, 2011
  22. Jan 15, 2011
  23. Jan 02, 2011
  24. Jan 01, 2011
  25. Dec 31, 2010
  26. Dec 29, 2010
  27. Nov 21, 2010
  28. Nov 13, 2010
  29. Nov 11, 2010
  30. Oct 30, 2010
  31. Oct 24, 2010
  32. Oct 22, 2010
Loading