Activity
From 2009-08-05 to 2009-08-18
2009-08-16
- 18:12 Revision ee110729 (github): Added GameObject and refactored de::Map's construction.
- 15:41 Revision f8f48134 (github): Documentation updates.
2009-08-15
2009-08-14
- 17:25 Revision 2601a90a (github): Added Thinker as base class for Object.
- Thinker will automatically keep executing a function called "thinker" in
the thinker's private namespace (if it exists).
2009-08-13
- 22:53 Revision aff6bf15 (github): Fixed jDoom exports.
- 22:16 Revision 0807f379 (github): jDoom compiles and links.
2009-08-10
2009-08-09
- 22:05 Revision 0a36d34e (github): Switch to C++ compilation for libdeng. Games are still C, and don't build.
- 16:26 Revision bde552f8 (github): Serializing Animator.
- 14:14 Revision baa18a1a (github): test_archive: use replaceFile() so that rerunning the test doesn't fail.
- 12:17 Revision 3985fe49 (github): Merge branch 'new-order-phase4' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng into new-order-phase4
- 11:44 Revision c5c1abdf (github): Fixed Win32 build.
- - Windows can't remove files if they are open, so they need to be closed first.
- Client's LocalServer wasn't adapted...
2009-08-08
- 21:41 Revision 147069c4 (github): Adjusted documentation and comments.
- 19:47 Revision 1597fbc2 (github): Merge branch 'new-order-phase4' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng into new-order-phase4
- 19:46 Revision 1fb5dad2 (github): Removed excess colons.
- 17:34 Revision 62acb949 (github): Const assignment. Fixed Variable read-only mode.
- Also, improved API documentation.
- 09:23 Revision 211b3cb4 (github): Debugged script control flow and nested try/catch.
- 00:36 Revision 28dbb761 (github): Trying out semicolons.
- 00:22 Revision 00cab19f (github): try/catch statements with test cases.
- Exceptions in scripts are the same as the C++ libdeng2 exceptions.
One can catch any C++ libdeng2 error in a script u...
2009-08-05
- 19:38 Revision 55f2376d (github): Writing configuration to the /home folder.
- Also, improved the file system with Folder::removeFile() and
Folder::replaceFile(). - 16:39 Revision feaa650a (github): Merged.
- 16:37 Revision 8bf595b3 (github): Comments.
- 16:32 Revision 44317237 (github): Setting up /home. Creating native directories.
- 11:51 Revision 7b6aec54 (github): Tabs to spaces in libdeng2.
- 11:41 Revision 993abb24 (github): Tabs to spaces.
- 10:13 Revision 3603b768 (github): Allow Record to dereference variables with RecordValue.
- Removes the requirement to use "import record" in config scripts.
- 09:26 Revision fb492d4a (github): Merge branch 'new-order-phase4' of ssh://lego/var/cache/git/deng into new-order-phase4
- 09:24 Revision 0140c0ae (github): File mode refactored to support all files, including folders.
- By default everything is in read-only mode, except newly created files.
- 08:24 Revision 792549af (github): Moved server's config to /config/server.
Also available in: Atom