Project

General

Profile

Activity

From 2007-05-23 to 2007-06-05

2007-06-03

17:05 Revision 4595a7f3 (github): minor doxygen updates
yagisan

2007-05-31

19:33 Revision a8dc3a0c (github): doxygen cleanup
yagisan
19:11 Revision fdc2994c (github): doxygen cleanup
yagisan
18:58 Revision 5886f05d (github): doxygen cleanup
yagisan
17:43 Revision 90d2beca (github): I'd like a warning log please
yagisan
17:36 Revision 19bb6486 (github): actually - those defines were not that good - try these instead - take 3
yagisan
17:27 Revision 7aa50377 (github): actually - those defines were not that good - try these instead
yagisan
17:13 Revision 6255d624 (github): actually - those defines were not that good - try these instead
yagisan
16:16 Revision 3e51d8ee (github): and lo, verily unto you I give these defines - and the masses looked - and saw that these were good defines
yagisan
08:13 Revision e8608c61 (github): list my future opengl plans
yagisan

2007-05-30

17:33 Revision b04498c1 (github): Freedoom to be recognised as a valid 'doom 2' style IWAD. It is a mature alternative that I think we _really_ should offer as service to our users. doomu.wad as an alternative for ultimate doom. New command line options -udoom and -freedoom
yagisan
16:23 Revision a1430728 (github): I think I got all the fixmes now
yagisan
16:20 Revision 30bd2c06 (github): more doxygen markup
yagisan
16:15 Revision 9254384a (github): more doxygen markup
yagisan
16:06 Revision 307e686a (github): more doxygen markup
yagisan
16:00 Revision 1e1361d3 (github): I really should get a trained monkey to do this
yagisan
15:49 Revision 6770049e (github): its the neverending story ;)
yagisan
15:45 Revision e0b4ab0a (github): and yet more doxygen markup
yagisan
15:35 Revision 11e04300 (github): flag the fixmes
yagisan
14:30 Revision ce18de4a (github): more doxygen love
yagisan
14:18 Revision 92d09c3e (github): Oh My God. SHould I just alias the word kaiser to automatically genetrate a \fixme block - when I do get to Doom64TC - will I need to gouge my eyes out with a fork ? Does anyone read my commit messages ? stay tuned for all this and more.
yagisan
14:08 Revision a8d083a8 (github): more doxygen love
yagisan
14:04 Revision 4b7cb1cf (github): more doxygen love
yagisan
13:56 Revision aa57ffac (github): doxygenate fixmes too
yagisan
13:35 Revision 55bb4e1f (github): Flag up kludges
yagisan
10:03 Revision 166acab7 (github): doxylove - because we care
yagisan
10:00 Revision 610e7b7c (github): new doxygen tag - \fixme (man - thats means it will take at least a week now to mark up all of those fixmes)
yagisan
09:57 Revision 8ba30201 (github): new doxygen tag - \kludge
yagisan
09:47 Revision 568dc43b (github): Flag some more bugs
yagisan
08:49 Revision 9c3257e1 (github): More doxygen love than you can shake a stick - run doxygen today and see what you've been missing
yagisan

2007-05-28

18:54 Revision e5f5f9f4 (github): doxygen love
yagisan

2007-05-27

18:38 Revision 6267cd1c (github): re-run makedmt.py to ensure generated files are up to date
yagisan
16:45 Revision 65e3d00a (github): give some doxygen love
yagisan
16:28 Revision 2d1487ee (github): may as well commit my mass replace script
yagisan
15:42 Revision 8b294362 (github): give some doxygen love
yagisan
15:41 Revision 48d19e05 (github): give some doxygen love
yagisan
15:41 Revision 0facba20 (github): give some doxygen love
yagisan
15:40 Revision a22379a5 (github): give some doxygen love
yagisan
15:28 Revision 195e083c (github): give some doxygen love
yagisan
15:20 Revision b73094f6 (github): give some doxygen love
yagisan
15:16 Revision dc47596c (github): give some doxygen love
yagisan
14:56 Revision a13f8668 (github): give some doxygen love
yagisan
14:36 Revision 5ebf46b4 (github): I like nice Doxygen output - after all - it seems I'm the only one that reads it ;)
yagisan
12:17 Revision 87717ab2 (github): dos2unix is my friend
yagisan
12:10 Revision d5c35fe2 (github): dos2unix is my friend
yagisan
11:58 Revision 4faf2c8b (github): Only generate documentation on code we use - not convience headers in external
yagisan

2007-05-25

00:22 Revision c9a1d5d6 (github): Slightly reorganised the view drawing order so that when the player view is completely hidden (e.g. if the automap is fullscreen an opaque) the view border is still drawn. Also fixed a very minor issue with the view border not being drawn during the first few frames in a net game.
The automap now considers it's parent window to be the player view window and not the viewport. danij

2007-05-24

20:47 Revision d7e099e5 (github): Translate the automap mask and background texture matrices in response to the automap window position.
danij
17:44 Revision f6130dc0 (github): Fixed automap render path when number of texture units < 2 (Voodoo2?).
danij
16:16 Revision 5d1fb7e9 (github): Fixed the panning issue with the automap mask. We are working in fixed screen space so translation is not necessary.
danij
14:20 Revision 76bacfca (github): Replicate the edge fade effect seen in the original games' automap using multitexturing.
TODO: Still needs a bit of tweaking. Either I'm doing something wrong or DGL_MODULATE_TEXTURE=12 doesn't work as I ex... danij

2007-05-23

14:38 Revision 0a10126a (github): Exposed MultiTexCoord2f and MultiTexCoord2fv via the gamedgl_t interface.
danij
11:16 Revision 9bd44a95 (github): Kill typo gremlin
yagisan
11:15 Revision 482a7250 (github): When making documentation - we are only interested in C/C++/Obj-C
yagisan
00:57 Revision ad8e0ee7 (github): Implemented per-primitive blending mode support in the automap render lists and automap object info database.
Is there a feasible way to provide a public interface to the engine-side render list code? It seems somewhat needless... danij
00:51 Revision 383a13d1 (github): Exported GL_BlendMode() via the Doomsday public API.
danij
 

Also available in: Atom