Project

General

Profile

Activity

From 2009-07-17 to 2009-07-30

2009-07-30

22:17 Revision 3913eefa (github): Working on adding files to folders.
There is still a problem with ArchiveFile being added to an archive.
The entry is created but the contents are blank ...
skyjake
19:11 Revision 7eba20f3 (github): Added ArchiveFeed and ArchiveFile for accessing ZIP files.
Contents of ZIP files are indexed as part of the file system.
The ZIP files appear as folders.
skyjake
14:14 Revision 577e9c24 (github): Documentation improvements.
skyjake
13:32 Revision 0a8fd220 (github): Removed tab indents.
skyjake
13:25 Revision 6eda9d9d (github): Use de::String consistently everywhere it's applicable.
std::string should not be used unless the circumstances mandate it. skyjake
11:27 Revision 1eccc9fb (github): Merge branch 'new-order-phase4' of ssh://lego/var/cache/git/deng into new-order-phase4
skyjake
11:26 Revision 417e2746 (github): Improved Record => text conversion.
Subrecords are now included in the list of variables, with appropriate
prefixes. The full list of variables is sorted...
skyjake
11:23 Revision 1cc7bb48 (github): Imported Record => text conversion.
Subrecords are now included in the list of variables, with appropriate
prefixes. The full list of variables is sorted...
skyjake
10:58 Revision 47eab6be (github): Added File info record (see test_archive for an example).
The Record allows accessing the file's information (name, path, size, etc.) as values.
Also, changed subrecord separa...
skyjake

2009-07-29

15:37 Revision 64773038 (github): Added libcommon: shared game functionality.
libcommon is laid out pretty much like libdeng2. skyjake
13:08 Revision d967d98d (github): Ignore OS X .DS_Store files.
skyjake
11:20 Revision cf217823 (github): Ignore the TextMate project file.
skyjake
11:15 Revision 769b2f4f (github): Merge branch 'master' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng
skyjake
10:04 Revision 6df05f7d (github): Standardize line endings to UNIX.
skyjake
09:56 Revision fa408ba5 (github): Standardize line endings to UNIX.
skyjake
09:53 Revision e609a1be (github): Standardize line endings to UNIX.
skyjake
01:45 Revision edf38ee7 (github): Ignore TextMate project file.
skyjake
01:02 Revision 049dc0f4 (github): Removed old CMakeLists.txt for jHeretic.
skyjake
00:56 Revision 49c9791c (github): Deleted old CMakeLists.txt for jDoom.
skyjake
00:53 Revision 04cbc18a (github): Ignore build directories.
skyjake
00:36 Revision 632a0b01 (github): Removed the SVN revision from libdeng2 versioning.
skyjake

2009-07-28

23:31 Revision ceaf38c1 (github): Ignore the build directories.
skyjake
23:28 Revision f4d9f49d (github): SVN revision is meaningless now.
Probably it's better to just remove the revision from the version numbering. skyjake
21:31 Revision bbca4a71 (github): Added a /tools directory at the base level of the repo.
skyjake
18:03 Revision 0f6be6a6 (github): Merge branch 'master' of ssh://skyjake@deng.git.sourceforge.net/gitroot/deng
skyjake
12:23 Revision 7ed7e6c3 (github): Testing.
skyjake
12:21 Revision 9bd64bf9 (github): Test.
skyjake
11:46 Revision ef7ffe8d (github): Need a new top-level Doxyfile.
skyjake
11:43 Revision a6d20799 (github): Finished merging new-phase-order3 back to trunk.
skyjake
11:41 Revision 6c141095 (github): Fixing repo. How much does svn suck?
skyjake
11:40 Revision f7dd1db8 (github): Fixing repo. How much does svn suck?
skyjake
11:36 Revision 48152118 (github): Fixing repo.
skyjake
11:34 Revision 34521749 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:29 Revision 1b429886 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:27 Revision a17395b4 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:23 Revision c04bc432 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:18 Revision 906c81f0 (github): Fixing repo.
skyjake
11:15 Revision 3dc5bc81 (github): Fixing repo.
skyjake
11:14 Revision 14234d52 (github): Fixing repo.
skyjake
11:07 Revision abe2760e (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:05 Revision 97830126 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:02 Revision f9e82f5e (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
11:00 Revision f2df5d28 (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake
10:59 Revision 0d8f541c (github): Merging new-order-phase3 back to the trunk. (In steps because the full commit keeps failing.)
skyjake

2009-07-27

18:46 Revision 24ab5914 (github): Increment version for Beta6.5.
skyjake

2009-07-25

18:22 Revision e9e6a6ea (github): Fixed ATI masked textures ("midbar") rendering issue. glMultiTexCoord2f(v) was given invalid
texture target units. skyjake

2009-07-24

18:50 Revision aeb43542 (github): Fixed: Spherical particle spawning (see here: http://sourceforge.net/tracker/?func=detail&aid=2480726&group_id=74815&atid=542099).
danij
16:51 Revision 2b715bb6 (github): Fixed: The abbreviated command line option -d (the short form of -defs) for loading DED files not working.
danij

2009-07-23

23:51 Revision b9951c6d (github): Fixed (jDoom): Original DOOM bug which would only consider the first weapon bound to a weapon slot when drawing the statusbar, "owned weapon" display. Added cvar "hud-status-weaponslots-ownedfix" to control this change in behaviour (default is enabled).
danij
19:57 Revision 65230434 (github): Cleaned up the common HUD widget routines (st_lib.c) somewhat, in preparation for fixing the current (minor) display issues.
danij
18:26 Revision ea775626 (github): Fixed jDoom: "Spider Mastermind boss missing from E3M8" (see here http://sourceforge.net/tracker/?func=detail&aid=2824592&group_id=74815&atid=542099).
danij
 

Also available in: Atom