Johannes Schickel
f6239f1db6
Moved some more opcodes to KyraEngine_v2.
...
svn-id: r31843
2008-05-03 19:47:07 +00:00
Johannes Schickel
895adc75fa
Cleanup.
...
svn-id: r31842
2008-05-03 19:32:45 +00:00
Johannes Schickel
d5545bd8c5
- Moved newShape/temporaryScript code to KyraEngine_v2.
...
- Renamed newShape/temporaryScript code to animationScript.
svn-id: r31841
2008-05-03 19:23:45 +00:00
Kari Salminen
043f92cb23
Fix compilation on MSVC (Updated project files and turned a 'int forced to bool' warning off).
...
svn-id: r31840
2008-05-03 13:01:58 +00:00
Johannes Schickel
3aaff020c7
Fixed some valgrind warnings.
...
svn-id: r31839
2008-05-03 12:03:24 +00:00
Eugene Sandulenko
7bd06d1200
Whitespaces
...
svn-id: r31838
2008-05-02 23:39:34 +00:00
Eugene Sandulenko
1f7ee1a079
Add French and Italian texts. Thanks to Razial for help
...
svn-id: r31837
2008-05-02 23:37:01 +00:00
Eugene Sandulenko
de20025144
Add German strings
...
svn-id: r31836
2008-05-02 23:22:32 +00:00
Florian Kagerer
85f612076f
fix bug in hof animator (incomplete initialization of _animObjects)
...
svn-id: r31835
2008-05-02 22:24:03 +00:00
Eugene Sandulenko
e6aa1f586f
Truly remove 8-bit characters
...
svn-id: r31834
2008-05-02 22:20:27 +00:00
Sven Hesse
f4623ab18c
The Last Dynasty starts and play the intro videos, so uncommenting its detection
...
svn-id: r31833
2008-05-02 20:57:16 +00:00
Johannes Schickel
a829244b8c
- Renamed ScreenAnimator -> Animator_v1
...
- Moved addItemToAnimList and deleteItemAnimEntry to KyraEngine_v2.
svn-id: r31831
2008-05-02 17:14:59 +00:00
Sven Hesse
c84b371957
Fixing Fingolfin's commit :P
...
svn-id: r31830
2008-05-02 16:46:06 +00:00
Max Horn
8da048a468
Fix warnings
...
svn-id: r31829
2008-05-02 16:41:54 +00:00
Johannes Schickel
aaad3ccb3e
Added missing file.
...
svn-id: r31828
2008-05-02 16:34:46 +00:00
Eugene Sandulenko
e7fec26e03
Remove 8-bit characters
...
svn-id: r31827
2008-05-02 16:07:40 +00:00
Johannes Schickel
416890722c
Yet more opcodes moved to KyraEngine_v2.
...
svn-id: r31826
2008-05-02 16:03:53 +00:00
Johannes Schickel
b17c6e100e
Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2.
...
svn-id: r31825
2008-05-02 15:59:57 +00:00
Eugene Sandulenko
f6bbf9298c
Add Spanish strings. Not used yet.
...
svn-id: r31824
2008-05-02 15:59:23 +00:00
Johannes Schickel
8b899207d2
Moved runSceneScript6 to KyraEngine_v2.
...
svn-id: r31823
2008-05-02 15:48:30 +00:00
Johannes Schickel
5e4fceec2e
Moved some character code from kyra2/kyra3 to KyraEngine_v2.
...
svn-id: r31822
2008-05-02 15:39:51 +00:00
Johannes Schickel
c6830b4138
- Renamed TextDisplayer_v2 to TextDisplayer_HoF
...
- Moved some character shape code to KyraEngine_v2
svn-id: r31821
2008-05-02 15:21:51 +00:00
Eugene Sandulenko
2da2fb7f4d
First step to international version support. Moved all texts to arrays
...
svn-id: r31820
2008-05-02 15:09:20 +00:00
Johannes Schickel
7566a12352
Moved common kyra2/kyra3 item to KyraEngine_v2.
...
svn-id: r31819
2008-05-02 15:08:45 +00:00
Johannes Schickel
52003bc195
Added missing files, compiling should work again.
...
svn-id: r31818
2008-05-02 14:48:19 +00:00
Johannes Schickel
4b5f3266cf
Started to refactor kyra2/kyra3 code to a common base. (regressions possible, compiling currently broken)
...
svn-id: r31817
2008-05-02 14:46:30 +00:00
Eugene Sandulenko
6a98108eac
Move talk_* to talk.cpp
...
svn-id: r31815
2008-05-02 13:26:48 +00:00
Eugene Sandulenko
6d863377f8
habla[r] -> talk
...
svn-id: r31814
2008-05-02 13:21:06 +00:00
Jordi Vilalta Prat
ed6678ee05
Translated the action verbs:
...
MIRAR -> LOOK
COGER -> PICK
ABRIR -> OPEN
CERRAR -> CLOSE
HABLAR -> TALK
MOVER -> MOVE
svn-id: r31813
2008-05-02 13:17:22 +00:00
Benjamin Haisch
d1ef9aa213
- Added patch #1955698 : MADE: Add "The Manhole" Detection
...
- Added detection for Leather Goddesses of Phobos 2
Note that these two games will definitely not work as expected and will probably crash!
svn-id: r31810
2008-05-02 12:08:06 +00:00
Eugene Sandulenko
6fb9c2b84f
Move rooms_* and update_* to rooms.cpp
...
svn-id: r31809
2008-05-02 12:00:58 +00:00
Eugene Sandulenko
2e23acd3e0
lee_dibujos -> loadPic
...
descomprime_dibujo -> decompressPic
pantalla_disco -> roomDisk
refresca_*() -> update_*()
refresca_*_antes() -> update_*_pre()
borra_pantalla -> clearRoom
pausa -> pause
refresca_pantalla -> updateRoom
actualiza_refresco -> updateRefresh
actualiza_refresco_antes -> updateRefresh_pre
pantalla_* -> room_*
svn-id: r31807
2008-05-02 11:44:47 +00:00
Eugene Sandulenko
7431fd9bcc
Move animation functions to separate file
...
svn-id: r31805
2008-05-02 11:18:46 +00:00
Eugene Sandulenko
7cb698112e
DIBUJA_FONDO -> copyBackground
...
DIBUJA_BLOQUE -> copyRect
DIBUJA_BLOQUE_CUT -> copyRectClip
VUELCA_PANTALLA -> updateScreen
animacion* -> animation
svn-id: r31804
2008-05-02 11:02:28 +00:00
Johannes Schickel
5bfc3170a3
Fixed some valgrind warnings.
...
svn-id: r31798
2008-05-01 22:42:05 +00:00
Sven Hesse
a666136b8e
Fixing object video related segfault
...
svn-id: r31797
2008-05-01 18:38:36 +00:00
Florian Kagerer
c0db9c0d25
fix broken save file list
...
svn-id: r31796
2008-05-01 11:36:00 +00:00
Sven Hesse
455a167b9d
Fixing the object video offsets
...
svn-id: r31795
2008-05-01 03:00:51 +00:00
Benjamin Haisch
7509d66caf
Implemented savegame loading/saving and sprite clipping
...
Fixed bug in Screen::printTextEx
Implemented opcodes:
- o1_DRAWTEXT
- o1_DRAWMENU
- o1_MENUCOUNT
- o1_SAVEGAME
- o1_LOADGAME
- o1_GAMENAME
svn-id: r31794
2008-04-30 20:36:19 +00:00
Sven Hesse
e866aefdfd
Fixing path finding in Woodruff
...
svn-id: r31793
2008-04-30 20:08:08 +00:00
Sven Hesse
ea5482e6b1
Changed signess of some drawing order related vars, fixing a drawing glitch in Gob3
...
svn-id: r31792
2008-04-30 20:07:33 +00:00
Sven Hesse
4d67fb84e5
Reverting accidently made revert of the gob3 walk fix
...
svn-id: r31791
2008-04-30 18:07:22 +00:00
Travis Howell
d8bbcd9211
Fix subtitle regressions in The Dig.
...
svn-id: r31788
2008-04-30 12:54:07 +00:00
Travis Howell
5e52a8e533
Fix cycling of speech and subtitle options via Ctrl t.
...
svn-id: r31787
2008-04-30 12:53:05 +00:00
Travis Howell
21dc872873
Ooops, missed one difference.
...
svn-id: r31786
2008-04-30 04:42:53 +00:00
Travis Howell
acc232718f
Revert string clipping changes, as they only applied to The Dig (Second release) and COMI.
...
svn-id: r31785
2008-04-30 04:39:58 +00:00
Travis Howell
bad36eaa61
The Dig (Second release) used similar charset code to COMI. This could cause regressions, if there are differences between the two releases of The Dig.
...
svn-id: r31784
2008-04-30 04:38:29 +00:00
Travis Howell
97d2d16757
Add language.bnd size, for the Japanese version of The Dig.
...
svn-id: r31783
2008-04-30 01:31:41 +00:00
Travis Howell
125d0a138d
Add extra hard coded strings translations, from second release of The Dig.
...
svn-id: r31782
2008-04-30 01:29:17 +00:00
Benjamin Haisch
9605e28f7b
Fixed bug in o1_READMENU where an incorrect string length was returned.
...
Also fixed o1_EVENT to return the correct event number when a key was pressed and removed the debug code there.
svn-id: r31781
2008-04-29 21:56:13 +00:00