Travis Howell
983954821c
Fix typo in initial _scaleBuffer check
...
svn-id: r24840
2006-12-11 08:31:32 +00:00
Travis Howell
b00e143d74
Add patch #1611503 - DXA: Improved encoder (filesize and speed)
...
svn-id: r24838
2006-12-11 06:53:46 +00:00
Travis Howell
d704d644e8
Disable saving game in original load/save screen of maniac/zak, since it doesn't function correctly
...
svn-id: r24836
2006-12-11 06:20:17 +00:00
Travis Howell
5424198c82
Allow load of saved game from original COMI load/save screens
...
svn-id: r24835
2006-12-11 06:12:12 +00:00
Travis Howell
d8cb3dc42d
Use VAR_GAME_LOADED values from original COMI, when loading or saving temporary game
...
svn-id: r24834
2006-12-11 05:19:57 +00:00
Travis Howell
97e2c59dbb
Fix error when exiting original options screen of COMI. BlastObjects are removed, right after checking for load/save game, in original COMI.
...
svn-id: r24833
2006-12-11 00:40:10 +00:00
Max Horn
8a32720213
Patch #1296058 : Showing the original save/load dialog (see also RFE #832460 )
...
svn-id: r24832
2006-12-10 14:28:37 +00:00
Gregory Montoir
08c261a5a6
made CUP_Player only update the modified screen areas.
...
svn-id: r24831
2006-12-10 00:44:40 +00:00
Gregory Montoir
80dfce00a5
cleanup (added a few more constants, renamed some opcodes) and reverted my previous change to op_sleep.
...
svn-id: r24830
2006-12-10 00:41:45 +00:00
Max Horn
56d63740e8
Updated credits: Benjamin Haisch = John Doe
...
svn-id: r24827
2006-12-09 19:22:56 +00:00
Gregory Montoir
f6ed99acee
force mouse cursor display if first script is different from 90 (startup script number)
...
svn-id: r24826
2006-12-09 19:07:40 +00:00
Gregory Montoir
60bac00314
cleanup
...
svn-id: r24825
2006-12-09 18:57:27 +00:00
Eugene Sandulenko
066149b04a
Better implementation of op_sleep() which doesn't freeze mouse.
...
svn-id: r24824
2006-12-09 18:30:34 +00:00
Gregory Montoir
993b004b22
added missing opcode (bug report #1612252 )
...
svn-id: r24823
2006-12-09 17:51:05 +00:00
Bertrand Augereau
dfb325b88b
NDS : Scaler cleaning
...
svn-id: r24821
2006-12-09 14:14:58 +00:00
Bertrand Augereau
308f46aa9e
NDS : Scaler cleaning
...
svn-id: r24820
2006-12-09 13:42:00 +00:00
Bertrand Augereau
4f79f3c7f0
NDS : Scaler optimization 43 -> 33 ms
...
svn-id: r24819
2006-12-09 13:27:20 +00:00
Bertrand Augereau
12f6bd37ea
NDS : More blitters stuff
...
svn-id: r24818
2006-12-09 13:20:11 +00:00
Bertrand Augereau
8fb811bb0a
NDS : Micro-optimizations for the software blitter (table lookup for div by 5 : 51ms -> 43ms)
...
svn-id: r24817
2006-12-07 22:10:26 +00:00
Paweł Kołodziejski
f05cd64dc1
update project files
...
svn-id: r24816
2006-12-07 12:45:49 +00:00
Paweł Kołodziejski
c4a9ac221c
some files in the dist list are not any longer in root dir
...
svn-id: r24815
2006-12-07 11:31:53 +00:00
Stuart George
6fd07f64d4
Fixed button rendering
...
svn-id: r24814
2006-12-07 01:00:26 +00:00
Eugene Sandulenko
6eb8b98adc
Remove unneeded #include
...
svn-id: r24813
2006-12-07 00:32:32 +00:00
Max Horn
d1b570d9e5
Fixing some compiler warnings
...
svn-id: r24812
2006-12-06 21:23:01 +00:00
Bertrand Augereau
9efed0388f
NDS : Micro-optimizations for the software blitter
...
svn-id: r24811
2006-12-06 20:36:14 +00:00
Bertrand Augereau
8b68cfdb93
NDS : CPU scaler profiling (currently 50ms ouch)
...
svn-id: r24810
2006-12-06 20:17:21 +00:00
Torbjörn Andersson
efb38a5d60
Fixed compile errors (for me at least). Still plenty of warnings, though.
...
svn-id: r24809
2006-12-06 19:44:27 +00:00
Paweł Kołodziejski
1d3ca2e409
first phase of objectisation of agi engine
...
svn-id: r24808
2006-12-06 19:27:02 +00:00
Eugene Sandulenko
1a85adfa83
Enable yet unfinished IIgs sound, but this prevents IIgs games from crashing.
...
svn-id: r24807
2006-12-06 15:31:35 +00:00
Torbjörn Andersson
f36beed55d
Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I
...
kidding, I'm still testing the SVN change.)
svn-id: r24806
2006-12-03 18:29:58 +00:00
Torbjörn Andersson
2564d954de
Fixed indentation. (Oh, ok, I actually just wanted to test the new SVN access
...
path.)
svn-id: r24805
2006-12-03 17:08:37 +00:00
Bertrand Augereau
0b110b42da
NDS : Micro-optimizations for the software blitter
...
svn-id: r24804
2006-12-03 16:09:26 +00:00
Max Horn
352ed7299f
Patch #1605290 : Change quit shortcut for Amiga to match style guide
...
svn-id: r24803
2006-12-03 15:42:41 +00:00
Bertrand Augereau
21f49b5229
NDS : Micro-optimizations for the software blitter
...
svn-id: r24802
2006-12-02 15:02:15 +00:00
Bertrand Augereau
36396a4aa6
NDS : Micro-optimizations for the software blitter
...
svn-id: r24801
2006-12-02 14:51:11 +00:00
Neil Millstone
9c12f89fc7
Changed size of sine table so it take less memory in cache RAM on DS port
...
svn-id: r24800
2006-12-01 22:44:19 +00:00
Neil Millstone
40d10a5436
svn-id: r24799
2006-12-01 22:36:54 +00:00
Neil Millstone
9c13f12cdd
Adding new M3SD driver
...
svn-id: r24798
2006-12-01 22:36:16 +00:00
Sven Hesse
3f627e73e4
The music in the Mac version of Gob1 seems to be selected randomly for each scene
...
svn-id: r24797
2006-11-30 13:13:35 +00:00
Sven Hesse
c18f01d609
Adding new Gob2 MD5 (closing bug #1605235 )
...
svn-id: r24796
2006-11-30 13:09:01 +00:00
Sven Hesse
1e27dd5694
Removed the "#ifdef SCUMM_BIG_ENDIAN"s
...
svn-id: r24795
2006-11-27 20:56:41 +00:00
Sven Hesse
9afb08341c
- Properly implemented o2_getCDTrackPos()
...
- Each save has now its own file (.s??). They also should be endian-safe now
(Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp)
- General endianness-fixes
svn-id: r24794
2006-11-27 14:19:30 +00:00
Gregory Montoir
b2fb23a134
Changed the way String::_storage is initialised, to help GCC 2.95 (see tracker item #1602879 )
...
svn-id: r24793
2006-11-27 00:51:14 +00:00
Gregory Montoir
fcef47947e
Got rid of an 'unused variable' warning
...
svn-id: r24792
2006-11-27 00:49:59 +00:00
Max Horn
5c8de9b3b0
Replaced #ifdef hack in the HashMap code by a much nicer and cleaner 'friend class' statement (a similar change might be possible in class List)
...
svn-id: r24791
2006-11-26 22:39:34 +00:00
Bertrand Augereau
360da37d2e
DS : The hi-quality scaler works on the secondary screen
...
svn-id: r24790
2006-11-25 22:03:34 +00:00
Bertrand Augereau
6c3672508b
DS : High quality scaling.
...
Doesn't work on the second screen yet.
(switch cpuScaler in dsmain.cpp to test)
svn-id: r24788
2006-11-25 20:35:34 +00:00
Eugene Sandulenko
8fddc12581
Support loading saves from command line.
...
svn-id: r24787
2006-11-25 09:28:00 +00:00
Gregory Montoir
8b00f19f31
added a few comments and details for another Touche version (tracker item #1602360 )
...
svn-id: r24786
2006-11-25 00:31:51 +00:00
Eugene Sandulenko
c89dcb6e79
Let F10 work in all expected cases.
...
svn-id: r24785
2006-11-24 20:25:55 +00:00