Age | Commit message (Expand) | Author |
2004-08-01 | oops | Eugene Sandulenko |
2004-08-01 | Yet more proper memory free'ing | Eugene Sandulenko |
2004-08-01 | More correct Anim destructor | Eugene Sandulenko |
2004-08-01 | Initialize Anim object properly. | Eugene Sandulenko |
2004-08-01 | merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation... | Jonathan Gray |
2004-08-01 | Forgot to implement destructor for ActionMap | Eugene Sandulenko |
2004-08-01 | Objectize actionmap.cpp | Eugene Sandulenko |
2004-07-31 | Extended CVAR_RegisterFunc with callback object parameter. | Eugene Sandulenko |
2004-07-31 | Objectize render.cpp | Eugene Sandulenko |
2004-07-31 | Rename some more functions to fit our naming rules | Eugene Sandulenko |
2004-07-31 | Fix warning (static functions are source/object file local; declaring them in... | Max Horn |
2004-07-31 | Objectize image.cpp | Eugene Sandulenko |
2004-07-31 | Add xref.txt to saga module, though it's empty. | Eugene Sandulenko |
2004-07-31 | no longer needed | Jonathan Gray |
2004-07-31 | merge animation.h and animation_mod.h into a class | Jonathan Gray |
2004-07-31 | update comment to relfect reality | Jonathan Gray |
2004-07-31 | remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes | Jonathan Gray |
2004-06-27 | Cleanup for MemoryReadStream; made it match the File-class interface | Max Horn |
2004-06-25 | clearnup | Max Horn |
2004-06-25 | cleanup | Max Horn |
2004-06-25 | Removed unused stuff; cleanup | Max Horn |
2004-06-05 | Set graphics cursor before using it, fixes segfault when launching ihnm from ... | Jonathan Gray |
2004-05-31 | Set _parser to NULL after deleting it. I don't know if it's necessary, but | Torbjörn Andersson |
2004-05-31 | Make sure music is unloaded and the parser object deleted before starting a | Torbjörn Andersson |
2004-05-29 | Extend midi music table. | Eugene Sandulenko |
2004-05-29 | Remove slipped in underscores. | Eugene Sandulenko |
2004-05-21 | Some more actor struct renames to match disassembly | Eugene Sandulenko |
2004-05-17 | Added support for using the separate VOC file (P2_A.VOC) from the Wyrmkeep | Torbjörn Andersson |
2004-05-16 | Cleaned up the handling of external MIDI files, and added the missing ones. | Torbjörn Andersson |
2004-05-14 | Revamp static actor data. Add missed fields and reformat table. | Eugene Sandulenko |
2004-05-13 | Added more stubs from script fucntions, some renames for consistency with | Eugene Sandulenko |
2004-05-05 | Replaced R_printf() with debug() and warning(). There are still a couple of | Torbjörn Andersson |
2004-05-05 | Removed data_dir, since it wasn't used. | Torbjörn Andersson |
2004-05-05 | workaround warning - fixme | Paweł Kołodziejski |
2004-05-05 | Now cursor is really always shown. | Eugene Sandulenko |
2004-05-04 | Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream. | Eugene Sandulenko |
2004-05-03 | indent | Eugene Sandulenko |
2004-05-03 | Started work on moving from ys_read/write to MemoryReadStream | Eugene Sandulenko |
2004-05-02 | Make sure cursor is always white | Eugene Sandulenko |
2004-05-02 | Made the cursor work a bit better in IHNM. | Torbjörn Andersson |
2004-05-02 | Got rid of r_softcursor by having the backend always draw the cursor | Torbjörn Andersson |
2004-05-02 | get rid of the last bits of SDL timer usage, SAGA should now be 100% OSystem | Jonathan Gray |
2004-05-02 | use features so ihnm doesn't default to 1280x960, change over some of the tim... | Jonathan Gray |
2004-05-02 | Removed last sys* file | Eugene Sandulenko |
2004-05-02 | Merged sysgfx.cpp and gfx.cpp to gfx.cpp | Eugene Sandulenko |
2004-05-01 | Renamed files for consistency | Eugene Sandulenko |
2004-05-01 | Proper #includes everywhere | Eugene Sandulenko |
2004-05-01 | All graphics and input now is in OSystem. | Eugene Sandulenko |
2004-05-01 | With Jamieson630's MIDI parser fix, all the ITE MIDIs should work. | Torbjörn Andersson |
2004-05-01 | fix warning | Paweł Kołodziejski |