Max Horn
518e005ec2
SCI: Revised code for listing savegames
...
svn-id: r40999
2009-05-29 14:36:56 +00:00
Filippos Karapetis
f728ddefd0
Updated the MSVC project files of the SCI engine with the latest changes, and synced the MSVC7 project file of the kyra engine
...
svn-id: r40998
2009-05-29 14:18:46 +00:00
Filippos Karapetis
7d0c861506
Merged res_view0.cpp and res_view1.cpp
...
svn-id: r40997
2009-05-29 14:16:51 +00:00
Filippos Karapetis
74e87bf05d
Some WIP code on the speech used in KQ6CD
...
svn-id: r40996
2009-05-29 13:52:10 +00:00
Filippos Karapetis
b042cab3a9
Fixed a bug with the "size" console command
...
svn-id: r40995
2009-05-29 13:19:18 +00:00
Johannes Schickel
c7ee0a7ec8
More formatting.
...
svn-id: r40994
2009-05-29 13:09:26 +00:00
Max Horn
813853ccc2
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining fprintf calls should probably be replaced by suitable debug/debugC/debugN invocations)
...
svn-id: r40993
2009-05-29 13:07:14 +00:00
Max Horn
b72c2a29fb
SCI: Removing useless adlib-via-OSS code
...
svn-id: r40992
2009-05-29 13:04:32 +00:00
Johannes Schickel
64e6c596c7
Formatting.
...
svn-id: r40991
2009-05-29 12:52:03 +00:00
Johannes Schickel
702f267b19
Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright.
...
svn-id: r40990
2009-05-29 12:38:41 +00:00
Johannes Schickel
eb827d8601
Cleanup.
...
svn-id: r40989
2009-05-29 12:28:39 +00:00
Johannes Schickel
da00b148f4
Enable autosaves in Lands of Lore.
...
svn-id: r40988
2009-05-29 12:16:34 +00:00
Paul Gilbert
b2751ff506
Reduced the word spacing width by one pixel to precisely match the original game
...
svn-id: r40987
2009-05-29 12:04:13 +00:00
Johannes Schickel
17b761d1e9
Cleanup.
...
svn-id: r40986
2009-05-29 11:58:21 +00:00
Paul Gilbert
1b5a9504dc
Bugfix for rendering text that caused corruption when the width was an odd number and a line was completely filled
...
svn-id: r40985
2009-05-29 11:47:32 +00:00
Arnaud Boutonné
648179f87d
Add MD5 for another The Last Dynasty FR
...
svn-id: r40984
2009-05-29 11:45:33 +00:00
Johannes Schickel
e23a229999
Fix valgrind warnings.
...
svn-id: r40983
2009-05-29 11:43:22 +00:00
Johannes Schickel
fd34892cd5
Cleanup and slight bugfix in drawShapeProcessLineScale* functions.
...
svn-id: r40982
2009-05-29 11:07:35 +00:00
Paul Gilbert
682d95ff59
Bugfix for screen redrawing when waiting for mouse click - this fixes a blank screen at 3:00pm
...
svn-id: r40981
2009-05-29 10:52:34 +00:00
Filippos Karapetis
cf5e7e17df
Fixed hopefully the last regression in kSetCursor. KQ5CD should work correctly again
...
svn-id: r40980
2009-05-29 10:14:58 +00:00
Filippos Karapetis
b242d05563
- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)
...
- Removed a static variable (vocab_version)
- vocab.996 is now freed after creating the class table in SCI1 games, like in SCI0 games
svn-id: r40979
2009-05-29 09:42:11 +00:00
Filippos Karapetis
c95e5fceee
Moved the "size" console debugger command to console.cpp and silenced a warning
...
svn-id: r40978
2009-05-29 08:59:13 +00:00
Filippos Karapetis
0ad3b7bb7d
Cleanup
...
svn-id: r40977
2009-05-29 08:46:20 +00:00
Filippos Karapetis
e9444e2b93
- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI1_NEWSETCURSOR
...
- Removed the 3 mouse pointer view, loop and cell variables (and their 3 "save" versions) from the game state, as they're all actually not used anywhere
- Cleanup
svn-id: r40976
2009-05-29 08:25:42 +00:00
Johannes Schickel
637a432b1f
Formatting.
...
svn-id: r40975
2009-05-29 00:09:56 +00:00
Florian Kagerer
69d054660a
LOL: - fix valgrind warning
...
- fix more input code issues
- add workround for another script bug (some invalid monster sound index in urbish mine level 2)
svn-id: r40974
2009-05-28 23:49:41 +00:00
Max Horn
d3bd7b622c
SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to member methods)
...
svn-id: r40973
2009-05-28 22:48:15 +00:00
Johannes Schickel
56b1eb7d09
Clean up PC Speaker output implementation. (Stripping out unused code)
...
svn-id: r40972
2009-05-28 22:44:33 +00:00
Willem Jan Palenstijn
67fa1fb59c
SCI: Fix potential dangling pointer more robustly,
...
by changing the executionStack implementation to a list.
svn-id: r40971
2009-05-28 22:42:18 +00:00
Filippos Karapetis
d25ddb5fa9
Updated the MSVC project files of the SCI engine
...
svn-id: r40970
2009-05-28 22:28:23 +00:00
Filippos Karapetis
55b2cfa0ab
Cleanup
...
svn-id: r40969
2009-05-28 22:26:20 +00:00
Max Horn
804242ae9f
SCI: Merged NewPlayer and SfxPlayer
...
svn-id: r40968
2009-05-28 22:16:42 +00:00
Johannes Schickel
212271f1ce
Fix mismatching new/delete[]
...
svn-id: r40967
2009-05-28 22:13:17 +00:00
Max Horn
a8748bc45c
oops
...
svn-id: r40966
2009-05-28 22:07:52 +00:00
Max Horn
99b520dd09
SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp
...
svn-id: r40965
2009-05-28 22:02:45 +00:00
Max Horn
02ac46565b
Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, faster and easier to read... but 70+% of the time is spent on computing diffYUV etc. anyway, so I guess this a bit pointless... whatever... ;)
...
svn-id: r40964
2009-05-28 21:33:36 +00:00
Willem Jan Palenstijn
7d5bbd7f71
SCI: Fix potential dangling pointer after reallocation
...
svn-id: r40963
2009-05-28 19:18:29 +00:00
Filippos Karapetis
c50edc8c46
Merged some of the SCI1 and SCI1.1 view and loop drawing functions
...
svn-id: r40961
2009-05-28 15:15:14 +00:00
Paul Gilbert
2ae183a483
Fix for pathfinding bug that could occasionally stop the player from moving
...
svn-id: r40960
2009-05-28 12:16:23 +00:00
Max Horn
32975b25f4
SCI: cleanup
...
svn-id: r40959
2009-05-28 11:15:09 +00:00
Max Horn
d70504c910
SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
...
svn-id: r40958
2009-05-28 10:54:30 +00:00
Max Horn
e23e1ffcb7
Added Audio::Timestamp::addMsecs method
...
svn-id: r40957
2009-05-28 10:29:25 +00:00
Max Horn
01252c4aaf
SCI: Some SFX player cleanup
...
svn-id: r40956
2009-05-28 10:29:11 +00:00
Max Horn
78b3c80b11
SCI: Turned vocab_version into a static var, and added several FIXMEs related to it (either vocab_version needs to become a member of EngineState/SciEngine, or we need to derive its value e.g. from the game version/flags, if that's possible)
...
svn-id: r40955
2009-05-28 10:28:51 +00:00
Paul Gilbert
f0e69a7d0b
Replaced the original implementation of walk box handling with a cleaner, structure array based one
...
svn-id: r40954
2009-05-28 08:49:56 +00:00
Paul Gilbert
6ca62c0581
Added new files to the MSVC Kyra project
...
svn-id: r40953
2009-05-28 08:36:27 +00:00
Willem Jan Palenstijn
0b8412bcfe
SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.
...
This fixes regressions in at least SQ3 and Iceman from r40870
svn-id: r40952
2009-05-27 22:41:14 +00:00
Walter van Niftrik
1dde062e2a
SCI: Fix crash in seginfo debug command.
...
svn-id: r40951
2009-05-27 21:25:45 +00:00
Andre Heider
d89f5cc9b9
Changes for the latest libfat update.
...
svn-id: r40950
2009-05-27 18:47:53 +00:00
Filippos Karapetis
4717533dea
Added a fix to get QFG3 working and changed an error to a warning to get EcoQuest 2 working
...
svn-id: r40944
2009-05-27 17:13:42 +00:00