Activity
From 2009-08-01 to 2009-08-14
2009-08-14
-
17:25 Doomsday Engine 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 Doomsday Engine Revision aff6bf15 (github): Fixed jDoom exports.
-
22:16 Doomsday Engine Revision 0807f379 (github): jDoom compiles and links.
2009-08-10
-
01:12 Doomsday Engine Revision a19d04c2 (github): Continuing: C++ transformation / mobj_s class / mobjs are no longer thinkers.
2009-08-09
-
22:05 Doomsday Engine Revision 0a36d34e (github): Switch to C++ compilation for libdeng. Games are still C, and don't build.
-
16:26 Doomsday Engine Revision bde552f8 (github): Serializing Animator.
-
14:14 Doomsday Engine Revision baa18a1a (github): test_archive: use replaceFile() so that rerunning the test doesn't fail.
-
12:17 Doomsday Engine Revision 3985fe49 (github): Merge branch 'new-order-phase4' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng into new-order-phase4
-
11:44 Doomsday Engine 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 Doomsday Engine Revision 147069c4 (github): Adjusted documentation and comments.
-
19:47 Doomsday Engine Revision 1597fbc2 (github): Merge branch 'new-order-phase4' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng into new-order-phase4
-
19:46 Doomsday Engine Revision 1fb5dad2 (github): Removed excess colons.
-
17:34 Doomsday Engine Revision 62acb949 (github): Const assignment. Fixed Variable read-only mode.
- Also, improved API documentation.
-
09:23 Doomsday Engine Revision 211b3cb4 (github): Debugged script control flow and nested try/catch.
-
00:36 Doomsday Engine Revision 28dbb761 (github): Trying out semicolons.
-
00:22 Doomsday Engine 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 Doomsday Engine Revision 55f2376d (github): Writing configuration to the /home folder.
- Also, improved the file system with Folder::removeFile() and
Folder::replaceFile(). -
16:39 Doomsday Engine Revision feaa650a (github): Merged.
-
16:37 Doomsday Engine Revision 8bf595b3 (github): Comments.
-
16:32 Doomsday Engine Revision 44317237 (github): Setting up /home. Creating native directories.
-
11:51 Doomsday Engine Revision 7b6aec54 (github): Tabs to spaces in libdeng2.
-
11:41 Doomsday Engine Revision 993abb24 (github): Tabs to spaces.
-
10:13 Doomsday Engine Revision 3603b768 (github): Allow Record to dereference variables with RecordValue.
- Removes the requirement to use "import record" in config scripts.
-
09:26 Doomsday Engine Revision fb492d4a (github): Merge branch 'new-order-phase4' of ssh://lego/var/cache/git/deng into new-order-phase4
-
09:24 Doomsday Engine 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 Doomsday Engine Revision 792549af (github): Moved server's config to /config/server.
2009-08-04
-
23:29 Doomsday Engine Revision 4d1d85f0 (github): Trying to find a good layout for the configuration.
- The intent here is:
- Every component has its own config files.
- Every app and plugin uses an instance of Config. On... -
18:54 Doomsday Engine Revision b1e7ab1f (github): Housekeeping.
-
18:51 Doomsday Engine Revision aa649d82 (github): Fixed compiler warnings on Ubuntu/gcc 4.3.
-
18:06 Doomsday Engine Revision 45af5b8f (github): Serializing record values. Fixed serialization of compounds.
- It is now possible to save/transfer/restore entire namespaces by (de)serializing
them. This includes all functions an... -
17:01 Doomsday Engine Revision 2391a603 (github): Merge branch 'new-order-phase4' of ssh://lego/var/cache/git/deng into new-order-phase4
-
17:01 Doomsday Engine Revision d076e447 (github): Moved the throwaway variable to Context.
-
17:00 Doomsday Engine Revision 43663760 (github): Merge branch 'new-order-phase4' of ssh://jaakko@lego/var/cache/git/deng into new-order-phase4
-
16:59 Doomsday Engine Revision 1f10349a (github): Serializing statements and expressions.
-
09:28 Doomsday Engine Revision 173a8e55 (github): Video and audio configuration.
- Config now imports video.de and audio.de as records.
Added getter methods to Config. -
00:15 Doomsday Engine Revision 38bb6173 (github): "import record" statement.
- "import record" allows copying a module's namespace into the local
namespace as a local record. This will make it pos...
2009-08-03
-
23:37 Doomsday Engine Revision b2ab8699 (github): Added weak assignment: ?=
- This will be helpful in configuration scripts.
-
21:06 Doomsday Engine Revision 77f8a9e5 (github): RecordValues are serialized as NoneValue.
- RecordValues are only references and can point to any Record in the system.
Also, improved the kitchen_sink.de. -
18:54 Doomsday Engine Revision 7b8828dd (github): Importing modules. Built-in Config module.
- It is now possible to import records into a process's namespace.
This includes built-in records such as Config (and i...
2009-08-02
-
17:58 Doomsday Engine Revision 7ef4ea4c (github): Merge branch 'new-order-phase4' of ssh://lego/var/cache/git/deng into new-order-phase4
-
17:58 Doomsday Engine Revision d1acbf63 (github): Typos in kitchen_sink.de.
-
17:55 Doomsday Engine Revision 83d42d64 (github): Fixed Win32 compilation and some typos in kitchen_sink.de.
-
17:15 Doomsday Engine Revision 92965ac5 (github): Housekeeping to hide beta6 build artifacts.
-
16:17 Doomsday Engine Revision 2ad26a93 (github): Removed debugging aid.
-
16:15 Doomsday Engine Revision 05845274 (github): More scripting functionality.
- - Built-in functions: members(), subrecords(), Text(), Number(), locals()
- del statement
- Measure script execution ... -
13:19 Doomsday Engine Revision aa4d47c4 (github): Implemented assigning into elements.
-
11:32 Doomsday Engine Revision c3c020d7 (github): Fractional string multiplication. More testing of scripting features.
-
02:06 Doomsday Engine Revision 5e4a2fc0 (github): Records and slicing works perfectly.
-
01:44 Doomsday Engine Revision 70cc443e (github): Added RecordValue and operators. Debugging continues.
2009-08-01
-
19:33 Doomsday Engine Revision 7e4e73dc (github): NameExpression fixed and assignment working.
- Operators are next...
-
18:58 Doomsday Engine Revision 1f88206f (github): Working on variable assignment and NameExpression.
-
16:39 Doomsday Engine Revision 441090e5 (github): The script subsystem actually compiles now.
- The debugging comes next...
-
09:00 Doomsday Engine Revision 85e91fc0 (github): Remove VCRT9 dependency from manifest.
-
08:44 Doomsday Engine Revision fb85aa1e (github): Reverted to Python 2.5.
-
00:01 Doomsday Engine Revision 76a9f09b (github): Adapted Hawthorn's script engine for libdeng2.
- The work is about halfway through still, though.
Also available in: Atom