Eugene Sandulenko
|
9a5ba52e6b
|
PRINCE: Cleanup debug output
|
2018-05-06 19:33:45 +02:00 |
|
Adrian Frühwirth
|
7f85a988c0
|
Revert "PRINCE: Don't output debug information unless requested"
This reverts commit dfbf6b7287 .
|
2018-05-06 09:25:31 +02:00 |
|
Adrian Frühwirth
|
dfbf6b7287
|
PRINCE: Don't output debug information unless requested
|
2018-05-06 01:24:12 +02:00 |
|
Adrian Frühwirth
|
b09dab8c9f
|
PRINCE: Add FIXMEs for potential bugs
|
2018-05-06 00:00:38 +02:00 |
|
Eugene Sandulenko
|
5515f414af
|
PRINCE: Decompress files if they're extracted
|
2018-05-05 23:17:35 +02:00 |
|
Eugene Sandulenko
|
919013d7f2
|
JANITORIAL: Fix formatting
|
2018-05-05 23:17:34 +02:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Eugene Sandulenko
|
df9eaac734
|
PRINCE: Proper processing of missing sprite mask
|
2016-05-31 17:12:18 +02:00 |
|
lukaslw
|
54a4b2fa86
|
PRINCE: Double animation of bird after 'throw a rock' mini-game fix
|
2014-11-09 22:20:36 +01:00 |
|
lukaslw
|
bb145b439d
|
PRINCE: Silence signed and unsigned comparison warnings in gcc
|
2014-11-08 20:57:37 +01:00 |
|
Filippos Karapetis
|
0f0ca25e43
|
PRINCE: Remove trailing whitespace
|
2014-10-28 16:21:53 +02:00 |
|
Eugene Sandulenko
|
123e52f441
|
PRINCE: Fix another variable sign
|
2014-10-26 09:34:48 +01:00 |
|
Eugene Sandulenko
|
3b9ac0318c
|
PRINCE: Fix variable sign
|
2014-10-26 09:32:58 +01:00 |
|
Torbjörn Andersson
|
f25e889c13
|
PRINCE: Fix potential out-of-bounds read (CID 1248502)
Since _opcodes[] has kNumOpcodes elements, kNumOpcodes itself is
not a valid index.
|
2014-10-25 21:02:03 +02:00 |
|
Eugene Sandulenko
|
9c5eba6ffd
|
PRINCE: Fix mask sign
|
2014-10-10 14:38:14 +02:00 |
|
Eugene Sandulenko
|
5fd804f267
|
PRINCE: Read O_FLCSPEED command argument
|
2014-10-10 14:18:23 +02:00 |
|
Eugene Sandulenko
|
70d83d20b0
|
PRINCE: Remove unnecessary reassignment
|
2014-10-10 14:14:21 +02:00 |
|
Willem Jan Palenstijn
|
dd849ac5b7
|
PRINCE: Fix more warnings
|
2014-10-10 14:11:43 +02:00 |
|
Eugene Sandulenko
|
24dd5d1f53
|
PRINCE: Rename runDialog() into dialogRun() to avoid clash with Engine::runDialog()
|
2014-10-10 14:08:15 +02:00 |
|
lukaslw
|
c9c93b4b4d
|
PRINCE: Change all WRITE_UINT16 to WRITE_LE_UINT16 and all WRITE_UINT32 to WRITE_LE_UINT32 for endian-safety fix
|
2014-10-09 21:01:31 +02:00 |
|
lukaslw
|
9db1d77d47
|
PRINCE: Remove readScript and LittleEndianReader templates from Script
Change all of READ_UINT16 to READ_LE_UINT16 and all READ_UINT32 to READ_LE_UINT32 for endian-safety
|
2014-10-09 17:54:46 +02:00 |
|
lukaslw
|
e894a18b08
|
PRINCE: Script::installSingleBackAnim - update
|
2014-10-07 16:05:37 +02:00 |
|
lukaslw
|
80cf4bae8b
|
PRINCE: Script::loadAllMasks - fix
|
2014-10-07 02:56:34 +02:00 |
|
lukaslw
|
115340bc87
|
PRINCE: Resource loading - renaming
|
2014-10-07 02:14:12 +02:00 |
|
lukaslw
|
9ef705ebb4
|
PRINCE: playNextFLCFrame() update
|
2014-08-15 21:57:26 +02:00 |
|
lukaslw
|
70a94908d3
|
PRINCE: Throw a rock mini-game - cursor update
|
2014-08-10 16:08:45 +02:00 |
|
lukaslw
|
425132faf9
|
PRINCE: showPalette(), showLogo() - update
|
2014-08-09 21:44:38 +02:00 |
|
lukaslw
|
b97f726a3e
|
PRINCE: scrollCredits() implementation, showLogo() update
|
2014-08-09 05:37:57 +02:00 |
|
lukaslw
|
886cf189c6
|
PRINCE: showPower(), O_EXIT - last mini-game and game ending
|
2014-08-08 22:58:38 +02:00 |
|
lukaslw
|
b0dd6db58c
|
PRINCE: Script update - readScriptFlagValue fix
|
2014-08-08 17:09:26 +02:00 |
|
lukaslw
|
4dbcdd19ec
|
PRINCE: showNormAnims() fix
|
2014-08-07 02:20:52 +02:00 |
|
lukaslw
|
a3c829a774
|
PRINCE: Background animations - update
|
2014-08-05 18:11:33 +02:00 |
|
lukaslw
|
49337549d9
|
PRINCE: makeCurve(), getCurve(), mouseWeirdo(), O_KRZYWA, O_GETKRZYWA, O_GETMOB
|
2014-08-05 04:30:07 +02:00 |
|
lukaslw
|
51bc133c43
|
PRINCE: Background interpreter during dialog boxes
|
2014-08-02 16:03:54 +02:00 |
|
lukaslw
|
54a78d6341
|
PRINCE: mainLoop() update
|
2014-08-02 13:39:33 +02:00 |
|
lukaslw
|
3c29d61f67
|
PRINCE: Code clean-up
|
2014-08-01 17:38:04 +02:00 |
|
lukaslw
|
34f496c38a
|
PRINCE: Second hero implementation
|
2014-07-31 20:59:41 +02:00 |
|
lukaslw
|
1b5d3e00a3
|
PRINCE: FLC animations - update
|
2014-07-30 23:44:45 +02:00 |
|
lukaslw
|
93a552c26d
|
PRINCE: Skull mini-game fix
|
2014-07-30 19:54:39 +02:00 |
|
lukaslw
|
08d781b6ad
|
PRINCE: Game saving - basic implementation
|
2014-07-29 02:25:42 +02:00 |
|
lukaslw
|
951239bfd8
|
PRINCE: O_CHECKANIMFRAME, O_CHECKBACKANIMFRAME fix
|
2014-07-27 17:47:18 +02:00 |
|
lukaslw
|
c1456d2734
|
PRINCE: MIDI music - update. loadMusic(), stopMusic(), O_SETMUSIC, O_STOPMUSIC
|
2014-07-26 20:58:35 +02:00 |
|
lukaslw
|
9ea766ce2b
|
PRINCE: Hero state names - update
|
2014-07-26 19:31:54 +02:00 |
|
lukaslw
|
97d10f94ec
|
PRINCE: Sounds and voices - fix and update
|
2014-07-26 05:33:33 +02:00 |
|
lukaslw
|
eebedf53aa
|
PRINCE: Inventory functions - update
|
2014-07-26 00:54:44 +02:00 |
|
lukaslw
|
89a680e90a
|
PRINCE: Script update and clean up
|
2014-07-26 00:39:57 +02:00 |
|
lukaslw
|
2a1b354a6d
|
PRINCE: Hero bored timer - update
|
2014-07-25 15:21:31 +02:00 |
|
lukaslw
|
8829b20ce9
|
PRINCE: blackPalette(), setPalette(), O_BLACKPALETTE, O_SETUPPALETTE
|
2014-07-24 18:39:39 +02:00 |
|
lukaslw
|
58cb15e892
|
PRINCE: O_CHANGEHEROSET implementation
|
2014-07-23 21:46:50 +02:00 |
|
lukaslw
|
275bc26c4b
|
PRINCE: O_PUSHSTRING, O_POPSTRING
|
2014-07-23 15:07:54 +02:00 |
|