Max Horn
ca9448fe40
clearnup
...
svn-id: r14054
2004-06-25 21:47:37 +00:00
Max Horn
fb188716d5
cleanup
...
svn-id: r14053
2004-06-25 20:11:46 +00:00
Max Horn
bb3ef09efa
Removed unused stuff; cleanup
...
svn-id: r14052
2004-06-25 20:01:31 +00:00
Jonathan Gray
fc2044f743
Set graphics cursor before using it, fixes segfault when launching ihnm from the launcher. Fixes bug #966614
...
svn-id: r13934
2004-06-05 11:12:51 +00:00
Torbjörn Andersson
28e63617e1
Set _parser to NULL after deleting it. I don't know if it's necessary, but
...
it'll make me sleep easier at night, and I should have remembered to do it
before anyway.
svn-id: r13912
2004-05-31 08:59:11 +00:00
Torbjörn Andersson
cddf02fc32
Make sure music is unloaded and the parser object deleted before starting a
...
new piece of music.
svn-id: r13909
2004-05-31 08:46:36 +00:00
Eugene Sandulenko
4ceb84c643
Extend midi music table.
...
Implement music looping.
svn-id: r13899
2004-05-29 21:04:44 +00:00
Eugene Sandulenko
b3feb1107e
Remove slipped in underscores.
...
svn-id: r13898
2004-05-29 21:03:56 +00:00
Eugene Sandulenko
5464e0951b
Some more actor struct renames to match disassembly
...
svn-id: r13843
2004-05-21 01:23:50 +00:00
Torbjörn Andersson
9ec42ab9a7
Added support for using the separate VOC file (P2_A.VOC) from the Wyrmkeep
...
release of ITE. The code is a bit rough, and there's a nasty 'pop' at the
beginning of the sound (and a smaller one at the end), but it's a start.
It's a shame that the sound is of such low quality: lower sample rate, and
8 bits instead of 16. Perhaps it was extracted from the floppy version?
svn-id: r13840
2004-05-17 16:11:04 +00:00
Torbjörn Andersson
c51d9fba08
Cleaned up the handling of external MIDI files, and added the missing ones.
...
This is based on experimentation and guesswork, so it might be wrong, but
it will have to do for now.
svn-id: r13839
2004-05-16 12:57:49 +00:00
Eugene Sandulenko
cd229dc57a
Revamp static actor data. Add missed fields and reformat table.
...
svn-id: r13837
2004-05-14 02:25:36 +00:00
Eugene Sandulenko
1b78dc468f
Added more stubs from script fucntions, some renames for consistency with
...
disassembly.
svn-id: r13835
2004-05-13 01:41:23 +00:00
Torbjörn Andersson
148872d1fd
Replaced R_printf() with debug() and warning(). There are still a couple of
...
standard printf()s left, though.
svn-id: r13791
2004-05-05 13:05:45 +00:00
Torbjörn Andersson
4102a3b13f
Removed data_dir, since it wasn't used.
...
svn-id: r13790
2004-05-05 12:05:00 +00:00
Paweł Kołodziejski
6c38484c1a
workaround warning - fixme
...
svn-id: r13779
2004-05-05 06:56:01 +00:00
Eugene Sandulenko
5a5e6ba868
Now cursor is really always shown.
...
svn-id: r13778
2004-05-05 02:35:33 +00:00
Eugene Sandulenko
8de181f4f0
Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream.
...
In fact there were no binary writes at all.
svn-id: r13773
2004-05-04 03:33:03 +00:00
Eugene Sandulenko
5de55d2dfa
indent
...
svn-id: r13771
2004-05-03 23:12:59 +00:00
Eugene Sandulenko
51801dc503
Started work on moving from ys_read/write to MemoryReadStream
...
svn-id: r13769
2004-05-03 23:06:57 +00:00
Eugene Sandulenko
86c055b796
Make sure cursor is always white
...
svn-id: r13750
2004-05-02 16:32:28 +00:00
Torbjörn Andersson
2617f36cb6
Made the cursor work a bit better in IHNM.
...
svn-id: r13749
2004-05-02 15:59:06 +00:00
Torbjörn Andersson
67d82f23d8
Got rid of r_softcursor by having the backend always draw the cursor
...
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 15:44:19 +00:00
Jonathan Gray
88ac74992c
get rid of the last bits of SDL timer usage, SAGA should now be 100% OSystem
...
svn-id: r13729
2004-05-02 02:11:55 +00:00
Jonathan Gray
64485a9314
use features so ihnm doesn't default to 1280x960, change over some of the timer stuff to osystem not yet finished
...
svn-id: r13728
2004-05-02 01:39:14 +00:00
Eugene Sandulenko
6722103aa8
Removed last sys* file
...
svn-id: r13727
2004-05-02 00:06:34 +00:00
Eugene Sandulenko
90a876798a
Merged sysgfx.cpp and gfx.cpp to gfx.cpp
...
svn-id: r13726
2004-05-02 00:00:39 +00:00
Eugene Sandulenko
0765b272ae
Renamed files for consistency
...
svn-id: r13725
2004-05-01 23:46:23 +00:00
Eugene Sandulenko
66876dc1d1
Proper #includes everywhere
...
Improved game detector
svn-id: r13724
2004-05-01 23:42:22 +00:00
Eugene Sandulenko
c0772498b6
All graphics and input now is in OSystem.
...
Only timers left.
svn-id: r13723
2004-05-01 19:41:47 +00:00
Torbjörn Andersson
4110aeb5d5
With Jamieson630's MIDI parser fix, all the ITE MIDIs should work.
...
svn-id: r13720
2004-05-01 16:49:23 +00:00
Paweł Kołodziejski
4d6b9206b9
fix warning
...
svn-id: r13717
2004-05-01 16:24:39 +00:00
Paweł Kołodziejski
da719908fe
indent
...
svn-id: r13716
2004-05-01 16:23:54 +00:00
Paweł Kołodziejski
0af53f3c97
indent
...
svn-id: r13715
2004-05-01 16:15:55 +00:00
Eugene Sandulenko
d84d93b5d0
Fix IHNM hang
...
svn-id: r13714
2004-05-01 15:08:20 +00:00
Paweł Kołodziejski
3ad363a274
indent
...
svn-id: r13713
2004-05-01 14:34:00 +00:00
Paweł Kołodziejski
e04312c0a5
indent
...
svn-id: r13712
2004-05-01 14:05:10 +00:00
Jonathan Gray
6f33b9225c
unbreak change that prevented ite disk version from launching, add detection for win32 demo
...
svn-id: r13711
2004-05-01 14:00:53 +00:00
Paweł Kołodziejski
273be948c0
indent
...
svn-id: r13710
2004-05-01 13:48:01 +00:00
Jonathan Gray
db5e659d0c
add some debug calls in the verify functions
...
svn-id: r13709
2004-05-01 13:20:58 +00:00
Paweł Kołodziejski
d46b68d7fe
indent
...
svn-id: r13708
2004-05-01 13:19:15 +00:00
Paweł Kołodziejski
84eb0101a7
indent
...
svn-id: r13706
2004-05-01 13:04:31 +00:00
Eugene Sandulenko
d82c9bd640
Remove scalers, 16bpp code, unused functions.
...
svn-id: r13703
2004-05-01 09:40:47 +00:00
Torbjörn Andersson
ca7b89d2a5
Fixed warning
...
svn-id: r13702
2004-05-01 09:38:03 +00:00
Paweł Kołodziejski
6b39b875fc
indent
...
svn-id: r13701
2004-05-01 09:37:24 +00:00
Torbjörn Andersson
4265979a6a
Fixed warnings
...
svn-id: r13700
2004-05-01 09:37:12 +00:00
Torbjörn Andersson
5f5e6e4279
Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialise
...
the gd_suppoerted flag, so I set it to 0.
svn-id: r13699
2004-05-01 09:36:02 +00:00
Paweł Kołodziejski
1d649b1c06
indent
...
svn-id: r13698
2004-05-01 09:19:35 +00:00
Paweł Kołodziejski
ae9f6dd86a
indent
...
svn-id: r13697
2004-05-01 09:07:31 +00:00
Paweł Kołodziejski
a8453637f8
indent
...
svn-id: r13696
2004-05-01 08:44:00 +00:00