Johannes Schickel
b3c6751b9b
Strip trailing whitespaces in the whole code base.
...
svn-id: r40867
2009-05-24 15:17:42 +00:00
Florian Kagerer
cbce9e1179
LOL: implemented fireball spell
...
svn-id: r40813
2009-05-23 18:43:04 +00:00
Florian Kagerer
5076b06bb6
LOL: - implemented Lightning Spell
...
svn-id: r40776
2009-05-21 22:29:49 +00:00
Florian Kagerer
dd84aaf648
LOL: - added some spell casting (spark, heal, swarm)
...
- fixed several bugs (not the one in the fighting system though)
- added several opcodes. there shouldn't be any real show stoppers in the draracle cave now.
- simplified wsa code (which required 4 lines of code for displaying a frame)
- added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file)
svn-id: r40420
2009-05-10 13:40:28 +00:00
Florian Kagerer
ccb64ad81e
LOL: - Started implementing the fighting system. The damage inflicted is wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm.
...
- added support for monsters with distance attacks (like those orcs in front of roland's house)
- lots of small bug fixes
- Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong.
svn-id: r40144
2009-04-25 13:15:05 +00:00
Florian Kagerer
9638c7ec4b
LOL: - added support for magic atlas
...
- fixed minor palette bug
svn-id: r39818
2009-04-03 21:32:50 +00:00
Florian Kagerer
52726344b7
LOL: - implemented item throwing
...
svn-id: r39455
2009-03-16 21:20:34 +00:00
Florian Kagerer
dcf32be3f6
LOL: - added some missing animations for the shops
...
- added support for dropping/picking up items (no throwing yet)
svn-id: r39422
2009-03-15 16:48:20 +00:00
Florian Kagerer
092f2a37e3
LOL: - complete support for the three "special rooms" in the castle
...
svn-id: r39391
2009-03-14 13:48:12 +00:00
Florian Kagerer
7ea5cefef4
LOL: implemented some monster related code (monsters now get placed in the maze, but they still don't do anything)
...
svn-id: r39039
2009-03-01 14:45:30 +00:00
Florian Kagerer
8a95f02abf
LOL: some work on inventory/item handling
...
svn-id: r38711
2009-02-21 17:24:50 +00:00
Florian Kagerer
dee51a77b5
LOL: fix bug in kyra.dat
...
svn-id: r38246
2009-02-15 14:49:01 +00:00
Johannes Schickel
7c148ddf02
Fixed warnings.
...
svn-id: r38191
2009-02-15 03:46:05 +00:00
Florian Kagerer
16a57f299c
LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3, so we do have some code duplication atm, I just fixed right mouse button support for LOL)
...
- keyboard control now works
svn-id: r38190
2009-02-15 03:36:30 +00:00
Florian Kagerer
f065524949
LOL:
...
- implemented some input code
- you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing
- processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here.
svn-id: r36320
2009-02-14 00:51:07 +00:00
Florian Kagerer
44918f5f16
LOL: basic music support and some cleanup
...
svn-id: r35917
2009-01-18 23:50:31 +00:00
Florian Kagerer
35c8fd4dad
LOL: fix some valgrind warnings
...
svn-id: r35910
2009-01-18 18:20:33 +00:00
Florian Kagerer
ff268e8fd5
LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet.
...
svn-id: r35903
2009-01-18 17:04:24 +00:00
Eugene Sandulenko
696897b058
Whoa! Removing trailing spaces.
...
svn-id: r35648
2009-01-01 15:06:43 +00:00
Johannes Schickel
61cd4b21b3
Fixed warning.
...
svn-id: r34072
2008-08-20 21:23:30 +00:00
Florian Kagerer
bfd1723998
- add support for Italian floppy version
...
- more work on fm-towns music tempo
svn-id: r34067
2008-08-20 19:57:57 +00:00
Johannes Schickel
5dedf1bc43
Removed comment.
...
svn-id: r33581
2008-08-03 12:53:12 +00:00
Florian Kagerer
eec2a0137d
fix last commit (invalid kyra.dat game features for HOFCD)
...
svn-id: r33580
2008-08-03 12:50:56 +00:00
Florian Kagerer
5ae93cb108
add support for HOF Italian fan translation to kyra.dat
...
svn-id: r33578
2008-08-03 12:09:48 +00:00
Florian Kagerer
4c74db4463
add non-interactive lol demo
...
svn-id: r33556
2008-08-02 23:11:31 +00:00
Florian Kagerer
17874266bd
add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - KYRA1: GFX problems with ITALIAN floppy)
...
svn-id: r32175
2008-05-18 20:14:28 +00:00
Florian Kagerer
c630fbde6a
fix valgrind warning and some cleanup
...
svn-id: r32075
2008-05-12 21:52:44 +00:00
Florian Kagerer
bde4fa1e9b
fix for kyra 3 sfx (broken by last commit)
...
svn-id: r32061
2008-05-12 14:22:27 +00:00
Florian Kagerer
771854bdd9
move some kyra 3 static resources to kyra.dat
...
svn-id: r32058
2008-05-12 13:35:58 +00:00
Johannes Schickel
311e9165ed
Proper delete[] formatting (this time all occurences should've been changed...)
...
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel
600ab40bca
Changed all delete [] usages to delete[].
...
svn-id: r31927
2008-05-07 14:31:45 +00:00
Florian Kagerer
6a74374d36
update kyradat tool
...
svn-id: r31562
2008-04-18 19:14:44 +00:00
Johannes Schickel
aac2b7019a
- Fixed missing static data for kyra1 demo
...
- Fixed some warnings in create_kyradat
- Updated kyra.dat for new data for kyra1 demo
svn-id: r31463
2008-04-10 15:05:59 +00:00
Florian Kagerer
996d78df28
improved static res handling (sequence data, shape animation data)
...
svn-id: r31429
2008-04-06 14:54:14 +00:00
Florian Kagerer
8e3681dbe9
update for kyra.dat tool
...
svn-id: r31124
2008-03-15 00:17:51 +00:00
Max Horn
07a7800ebd
Moved tools to all-C++ code (ensures consistency of all code during compilation, and allows us to use advanced stuff, like code from common/, in the tools)
...
svn-id: r30963
2008-02-25 14:13:12 +00:00
Max Horn
85393b6fa4
Extended rules.mk with code for building extra (tool) executables, and changed some of the tools to make use of this
...
svn-id: r30962
2008-02-25 14:10:17 +00:00
Florian Kagerer
11f24a44d8
patch 1891492 for the CreateKyradat tool (.dlg and .tim file support)
...
svn-id: r30881
2008-02-16 15:45:15 +00:00
Johannes Schickel
acf50bac9d
Oops forget to commit updated create_kyradat from patch #1885629 "KYRA: HoF missing talkie credits and demo support".
...
svn-id: r30847
2008-02-10 18:35:49 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Johannes Schickel
00672b32e1
Commit patch #1870149 "KYRA: kyradat tool update (hof ingame sfx)". (slightly modified)
...
svn-id: r30646
2008-01-27 02:06:59 +00:00
Johannes Schickel
cd2751c698
Changed enum to match engine code exactly.
...
svn-id: r30396
2008-01-10 23:32:19 +00:00
Johannes Schickel
89cedb5d1e
Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".
...
svn-id: r30393
2008-01-10 23:24:43 +00:00
Johannes Schickel
94cd7dd04a
Added a hack for the tools to allow building on MinGW with SDL backend. (see bug #1800764 "TOOLS: MinGW tools building broken")
...
svn-id: r29131
2007-09-29 11:40:31 +00:00
Max Horn
b0fe833208
Fixed const warning
...
svn-id: r29021
2007-09-22 11:47:51 +00:00
Torbjörn Andersson
924a9074fb
Set svn:keywords
...
svn-id: r29013
2007-09-22 07:49:51 +00:00
Max Horn
79e323d6dd
Added create_kyradat to our regular build system, too; fixed some warnings (and added a FIXME about ambiguious code)
...
svn-id: r29012
2007-09-22 07:32:28 +00:00
Johannes Schickel
e3f1a1ced8
Yet again another update for Italian CD fan translation.
...
svn-id: r28927
2007-09-16 13:51:57 +00:00
Johannes Schickel
2d443f7b09
Update create_kyradat for latest main.exe from ITA CD fan translation.
...
svn-id: r28761
2007-08-29 16:04:43 +00:00
Johannes Schickel
c16f636acf
Update create_kyra dat for Italian fan translation (see fr#1727941 "KYRA: add Italian CD Version to kyra.dat").
...
svn-id: r28005
2007-07-10 13:03:11 +00:00