Johannes Schickel
|
b79c2156d0
|
KYRA: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:35 +01:00 |
|
athrxx
|
cc465076ee
|
KYRA: (LOL/FM-TOWNS) - adapt static resources
|
2013-01-09 20:27:35 +01:00 |
|
Johannes Schickel
|
8d5b4b75d4
|
KYRA: Make all hex constants use uppercase letters.
Done with:
git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
|
2013-01-09 06:01:28 +01:00 |
|
Johannes Schickel
|
a2221a8b9e
|
KYRA: Slight formatting fixes.
|
2011-12-31 05:11:33 +01:00 |
|
athrxx
|
6786c41f4f
|
KYRA: (LOL) - refactor item/monster structs
|
2011-12-28 00:01:32 +01:00 |
|
athrxx
|
cbfdd227a1
|
KYRA: (LOL) - minor reduction of save file size
|
2011-12-28 00:01:32 +01:00 |
|
athrxx
|
75c0036925
|
KYRA: (LOL) - add support for loading original DOS version save files
|
2011-12-28 00:01:31 +01:00 |
|
athrxx
|
0aa3238523
|
KYRA: (EOB/LOL) - rename some vars
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
|
2011-12-26 16:18:16 +01:00 |
|
athrxx
|
8b618e46df
|
KYRA: (EOB/LOL) - cleanup common code
(rename some stuff and move EOB/LOL common code to separate files)
|
2011-12-26 16:18:16 +01:00 |
|
athrxx
|
1cbd566930
|
KYRA: (EOB) - fix invalid string access
(also fix several cpp-check warnings)
|
2011-12-26 16:18:15 +01:00 |
|
athrxx
|
aa031bf98e
|
KYRA: (EOB) - minor code size reduction
|
2011-12-26 16:18:10 +01:00 |
|
athrxx
|
540d081a6f
|
KYRA: (EOB) - initial code base commit
|
2011-12-26 16:18:10 +01:00 |
|
Christoph Mallon
|
23a0f5318c
|
JANITORIAL: Remove trailing empty lines.
|
2011-08-07 13:53:33 +02:00 |
|
athrxx
|
3f2b5b9e8b
|
KYRA: revert d7e700f370
The GMM mouse cursor bug has now been fixed inside the GMM and CursorMan code.
|
2011-06-25 15:54:37 +02:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Johannes Schickel
|
7d03da14cb
|
KYRA: Clean up of header includes.
|
2011-04-28 15:39:57 +02:00 |
|
Ori Avtalion
|
9414d7a6e2
|
JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
|
2011-04-28 15:08:58 +03:00 |
|
athrxx
|
d7e700f370
|
KYRA/LOL: fixed hand item cursor bug
This fixes a bug when loading savegames with different active hand items via GMM. The mouse cursor was not set to the active hand item in these cases.
|
2011-02-16 16:23:44 +01:00 |
|
Max Horn
|
2180b2d6b5
|
COMMON: Split common/stream.h into several headers
svn-id: r54385
|
2010-11-19 17:03:07 +00:00 |
|
Johannes Schickel
|
32338876f8
|
KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.
This is to avoid name similarity between KyraEngine::saveGameState(Intern)
and Engine::saveGameState.
svn-id: r53912
|
2010-10-28 23:57:24 +00:00 |
|
Florian Kagerer
|
09f77eb464
|
LOL: - fix invalid mem access
- also extend LordHoto's recent item code changes to LOL
svn-id: r53740
|
2010-10-23 16:01:40 +00:00 |
|
Florian Kagerer
|
4c9f323199
|
LOL: cleanup last commit
svn-id: r47354
|
2010-01-18 07:21:54 +00:00 |
|
Florian Kagerer
|
371a2a9ee9
|
LOL: fixed spell array size
svn-id: r47353
|
2010-01-18 00:56:30 +00:00 |
|
Max Horn
|
0cf53b025d
|
Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h
svn-id: r47180
|
2010-01-08 22:07:35 +00:00 |
|
Florian Kagerer
|
2a0b03218c
|
LOL: - added workaround for portrait speech animations which would sometimes "freeze"
- renamed some stuff
svn-id: r46601
|
2009-12-26 19:02:16 +00:00 |
|
Max Horn
|
2bbf708dea
|
Introduced new type Common::DisposeAfterUse::Flag
svn-id: r45233
|
2009-10-18 19:41:59 +00:00 |
|
Max Horn
|
f242266f6d
|
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
|
2009-10-04 21:26:33 +00:00 |
|
Johannes Schickel
|
41e4a1ddb6
|
LoL PC98: Fix thumbnail creation for quick saves and autosave.
svn-id: r44623
|
2009-10-04 17:38:15 +00:00 |
|
Florian Kagerer
|
525c084456
|
LOL/Floppy: fixed size of menu boxes
svn-id: r44061
|
2009-09-13 14:44:37 +00:00 |
|
Johannes Schickel
|
418fb485c9
|
Fix format arugments in LoL code. (triggered via -Wformat-security)
svn-id: r43444
|
2009-08-16 17:35:59 +00:00 |
|
Florian Kagerer
|
77bcc94f80
|
LOL: minor bug fix
svn-id: r41358
|
2009-06-07 22:42:21 +00:00 |
|
Johannes Schickel
|
5c233c447b
|
Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flagsTable instead.
svn-id: r41351
|
2009-06-07 20:43:43 +00:00 |
|
Florian Kagerer
|
4ee29a020d
|
LOL: fix last commit
svn-id: r41225
|
2009-06-06 15:32:42 +00:00 |
|
Florian Kagerer
|
5f005bf930
|
LOL: minor bug fix
svn-id: r41201
|
2009-06-05 22:53:36 +00:00 |
|
Florian Kagerer
|
6bd5dea027
|
LOL: - implemented freeze spell
- fixed saveload code
- added some opcode for the swamp
svn-id: r40763
|
2009-05-21 16:46:40 +00:00 |
|
Johannes Schickel
|
e51481d69b
|
Remove trailing tabs/whitespaces.
svn-id: r40760
|
2009-05-21 13:13:09 +00:00 |
|
Johannes Schickel
|
783fb058b0
|
Formatting.
svn-id: r40717
|
2009-05-19 01:39:18 +00:00 |
|
Johannes Schickel
|
7561bd9dfb
|
Remov lots of superfluous debug output.
svn-id: r40715
|
2009-05-19 01:13:29 +00:00 |
|
Johannes Schickel
|
aa4964a46f
|
- Fix mouse cursor visibilty on load game in LoL
- Only show mouse cursor after cursor change, when the mouse was visible
svn-id: r40669
|
2009-05-17 23:42:54 +00:00 |
|
Filippos Karapetis
|
7ffefa4d86
|
Fixed compilation when LoL is not enabled
svn-id: r40644
|
2009-05-17 12:23:50 +00:00 |
|
Florian Kagerer
|
4c2d4a453d
|
LOL: implemented loading and saving via Alt/Ctrl + number keys
svn-id: r40631
|
2009-05-16 23:16:02 +00:00 |
|