Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-17 | - Increase kyra.dat version | Johannes Schickel | |
- Fix language settings of some game entries svn-id: r44157 | |||
2009-09-17 | Cleanup special id usage. | Johannes Schickel | |
svn-id: r44156 | |||
2009-09-17 | Handle platform specific extraction via platform settings instead of special ↵ | Johannes Schickel | |
id where possible. svn-id: r44149 | |||
2009-09-17 | - Got rid of special id "kAmigaVersion" | Johannes Schickel | |
- Changed handling of platform settings via game platform settings and not via special id svn-id: r44148 | |||
2009-09-17 | Add platform information to game need table. | Johannes Schickel | |
svn-id: r44147 | |||
2009-09-17 | Consisteny change. | Johannes Schickel | |
svn-id: r44146 | |||
2009-09-17 | Cleanup includes. | Johannes Schickel | |
svn-id: r44145 | |||
2009-09-17 | Cleanup provider access. | Johannes Schickel | |
svn-id: r44144 | |||
2009-09-17 | - Cleanup multi language game processing | Johannes Schickel | |
- Vast move of static data tables to new files - Other cleanup svn-id: r44143 | |||
2009-09-17 | Cleanup. | Johannes Schickel | |
svn-id: r44142 | |||
2009-09-17 | - Augment detection tables as much as possible | Johannes Schickel | |
- Change some extraction processing logic to work with the newly agumented tables svn-id: r44136 | |||
2009-09-17 | - Augment all executable entries with platform | Johannes Schickel | |
- Augment all search data tables with platform and language, where required svn-id: r44135 | |||
2009-09-17 | Change extraction function signature. | Johannes Schickel | |
svn-id: r44134 | |||
2009-09-17 | Move extraction functionality to new file "extract.cpp". | Johannes Schickel | |
svn-id: r44133 | |||
2009-09-17 | Remove superfluous special id specification for english Amiga intro strings. | Johannes Schickel | |
svn-id: r44132 | |||
2009-09-16 | Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a ↵ | Johannes Schickel | |
hacky patch level. svn-id: r44125 | |||
2009-09-16 | Handle extraction of "k2IngameSfxFiles" via a special extraction routine, ↵ | Johannes Schickel | |
instead of a hacky patch level. svn-id: r44124 | |||
2009-09-16 | Make create_kyradat print out the filename, which is currently processed. | Johannes Schickel | |
svn-id: r44123 | |||
2009-09-16 | Remove ugly hack. | Johannes Schickel | |
svn-id: r44121 | |||
2009-09-16 | Increase kyra.dat version. | Johannes Schickel | |
svn-id: r44119 | |||
2009-09-16 | Adapted create_kyradat to use an automatic offset search. (Hopefully no ↵ | Johannes Schickel | |
regressions). svn-id: r44118 | |||
2009-09-11 | Don't abuse FORCEINLINE | Max Horn | |
svn-id: r44025 | |||
2009-09-05 | LOL: fix floppy version static data | Florian Kagerer | |
svn-id: r43962 | |||
2009-09-02 | LOL: update kyra.dat with floppy version data (floppy version still doesn't ↵ | Florian Kagerer | |
work, though) svn-id: r43904 | |||
2009-08-29 | Move Amiga SFX tables to kyra.dat. | Johannes Schickel | |
svn-id: r43793 | |||
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel | |
svn-id: r43737 | |||
2009-08-13 | Cleanup. | Johannes Schickel | |
svn-id: r43354 | |||
2009-08-13 | Implemented support for the "Lore of the Lands" special of Lands of Lore CD. | Johannes Schickel | |
svn-id: r43349 | |||
2009-08-11 | - Yet another minor difference in seq_winterScroll2 | Johannes Schickel | |
- Fix wrong offsets of flasks strings for Kyrandia 1 Amiga in kyra.dat - Increase kyra.dat version svn-id: r43274 | |||
2009-08-11 | Finally fixed the string extraction for Kyrandia 1 Amiga. This should make ↵ | Johannes Schickel | |
the intro/outro strings work fine again. svn-id: r43246 | |||
2009-08-10 | - Fix extraction of Kyra 1 amiga string tables in kyra.dat | Johannes Schickel | |
- Fix "taken" string offsets in kyra.dat - Add temporary workaround for only one "taken" string being present in Kyra 1 amiga. - Update kyra.dat svn-id: r43208 | |||
2009-07-07 | Change all uses of FM-Towns/fm-towns to FM-TOWNS. | Johannes Schickel | |
svn-id: r42235 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-23 | LOL: implemented fireball spell | Florian Kagerer | |
svn-id: r40813 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer | |
- 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-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is ↵ | Florian Kagerer | |
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-03 | LOL: - added support for magic atlas | Florian Kagerer | |
- fixed minor palette bug svn-id: r39818 | |||
2009-03-16 | LOL: - implemented item throwing | Florian Kagerer | |
svn-id: r39455 | |||
2009-03-15 | LOL: - added some missing animations for the shops | Florian Kagerer | |
- added support for dropping/picking up items (no throwing yet) svn-id: r39422 | |||
2009-03-14 | LOL: - complete support for the three "special rooms" in the castle | Florian Kagerer | |
svn-id: r39391 | |||
2009-03-01 | LOL: implemented some monster related code (monsters now get placed in the ↵ | Florian Kagerer | |
maze, but they still don't do anything) svn-id: r39039 | |||
2009-02-21 | LOL: some work on inventory/item handling | Florian Kagerer | |
svn-id: r38711 | |||
2009-02-15 | LOL: fix bug in kyra.dat | Florian Kagerer | |
svn-id: r38246 | |||
2009-02-15 | Fixed warnings. | Johannes Schickel | |
svn-id: r38191 | |||
2009-02-15 | LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵ | Florian Kagerer | |
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-14 | LOL: | Florian Kagerer | |
- 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-01-18 | LOL: basic music support and some cleanup | Florian Kagerer | |
svn-id: r35917 | |||
2009-01-18 | LOL: fix some valgrind warnings | Florian Kagerer | |
svn-id: r35910 | |||
2009-01-18 | LOL: Some drawing code and some opcodes so that the first scene will show ↵ | Florian Kagerer | |
up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903 |