Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-05 | Replaced R_printf() with debug() and warning(). There are still a couple of | Torbjörn Andersson | |
standard printf()s left, though. svn-id: r13791 | |||
2004-05-05 | Removed data_dir, since it wasn't used. | Torbjörn Andersson | |
svn-id: r13790 | |||
2004-05-05 | workaround warning - fixme | Paweł Kołodziejski | |
svn-id: r13779 | |||
2004-05-05 | Now cursor is really always shown. | Eugene Sandulenko | |
svn-id: r13778 | |||
2004-05-04 | Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream. | Eugene Sandulenko | |
In fact there were no binary writes at all. svn-id: r13773 | |||
2004-05-03 | indent | Eugene Sandulenko | |
svn-id: r13771 | |||
2004-05-03 | Started work on moving from ys_read/write to MemoryReadStream | Eugene Sandulenko | |
svn-id: r13769 | |||
2004-05-02 | Make sure cursor is always white | Eugene Sandulenko | |
svn-id: r13750 | |||
2004-05-02 | Made the cursor work a bit better in IHNM. | Torbjörn Andersson | |
svn-id: r13749 | |||
2004-05-02 | Got rid of r_softcursor by having the backend always draw the cursor | Torbjörn Andersson | |
instead. This fixes graphics glitches in at least ITE. Got rid of r_fullscreen, which wasn't even used anymore anyway. svn-id: r13748 | |||
2004-05-02 | get rid of the last bits of SDL timer usage, SAGA should now be 100% OSystem | Jonathan Gray | |
svn-id: r13729 | |||
2004-05-02 | use features so ihnm doesn't default to 1280x960, change over some of the ↵ | Jonathan Gray | |
timer stuff to osystem not yet finished svn-id: r13728 | |||
2004-05-02 | Removed last sys* file | Eugene Sandulenko | |
svn-id: r13727 | |||
2004-05-02 | Merged sysgfx.cpp and gfx.cpp to gfx.cpp | Eugene Sandulenko | |
svn-id: r13726 | |||
2004-05-01 | Renamed files for consistency | Eugene Sandulenko | |
svn-id: r13725 | |||
2004-05-01 | Proper #includes everywhere | Eugene Sandulenko | |
Improved game detector svn-id: r13724 | |||
2004-05-01 | All graphics and input now is in OSystem. | Eugene Sandulenko | |
Only timers left. svn-id: r13723 | |||
2004-05-01 | With Jamieson630's MIDI parser fix, all the ITE MIDIs should work. | Torbjörn Andersson | |
svn-id: r13720 | |||
2004-05-01 | fix warning | Paweł Kołodziejski | |
svn-id: r13717 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13716 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13715 | |||
2004-05-01 | Fix IHNM hang | Eugene Sandulenko | |
svn-id: r13714 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13713 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13712 | |||
2004-05-01 | unbreak change that prevented ite disk version from launching, add detection ↵ | Jonathan Gray | |
for win32 demo svn-id: r13711 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13710 | |||
2004-05-01 | add some debug calls in the verify functions | Jonathan Gray | |
svn-id: r13709 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13708 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13706 | |||
2004-05-01 | Remove scalers, 16bpp code, unused functions. | Eugene Sandulenko | |
svn-id: r13703 | |||
2004-05-01 | Fixed warning | Torbjörn Andersson | |
svn-id: r13702 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13701 | |||
2004-05-01 | Fixed warnings | Torbjörn Andersson | |
svn-id: r13700 | |||
2004-05-01 | Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialise | Torbjörn Andersson | |
the gd_suppoerted flag, so I set it to 0. svn-id: r13699 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13698 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13697 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13696 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13695 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13694 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13693 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13692 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13691 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13690 | |||
2004-05-01 | Remove unneeded #defines | Eugene Sandulenko | |
svn-id: r13689 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13688 | |||
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko | |
svn-id: r13687 | |||
2004-04-30 | Indentation madness | Eugene Sandulenko | |
svn-id: r13686 | |||
2004-04-30 | Added fixme comment about a bug that happens (at least) in the Wyrmkeep | Torbjörn Andersson | |
re-release of ITE, and how to work around it. svn-id: r13685 | |||
2004-04-30 | Very experimental support for the separate MIDI files used by the Wyrmkeep | Torbjörn Andersson | |
re-release of ITE. Unfortunately I only know the mapping from resource number to file name for the two tunes in the intro, and the second one causes ScummVM to crash so I had to disable it. svn-id: r13682 | |||
2004-04-29 | Fix warning | Max Horn | |
svn-id: r13681 |