.. |
console.cpp
|
DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine
|
2010-12-07 18:54:21 +00:00 |
console.h
|
DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine
|
2010-12-07 18:54:21 +00:00 |
detection.cpp
|
HUGO: Misc savegame modifications
|
2011-03-08 00:21:02 +01:00 |
dialogs.cpp
|
HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar
|
2011-04-25 14:28:19 +02:00 |
dialogs.h
|
HUGO: Close prompt box dialog on Return key
|
2011-04-16 16:19:44 +03:00 |
display.cpp
|
HUGO: Add a black background behind the score line. This should fix bug #3291959.
|
2011-04-25 00:08:39 +02:00 |
display.h
|
HUGO: Fix graphic glitches in DOS versions
|
2011-02-26 14:06:30 +01:00 |
file_v1d.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
file_v1w.cpp
|
HUGO: Avoid duplicated code in functions related to HUGO.DAT
|
2011-02-18 08:11:55 +01:00 |
file_v2d.cpp
|
HUGO: Fix Endianness issue in H2 and H3 Dos
|
2011-04-23 08:31:04 +02:00 |
file_v2w.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
file_v3d.cpp
|
HUGO: Avoid duplicated code in functions related to HUGO.DAT
|
2011-02-18 08:11:55 +01:00 |
file.cpp
|
HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue.
|
2011-04-24 23:22:39 +02:00 |
file.h
|
HUGO: Turn FileManager::getBootCypher into a const static variable
|
2011-03-24 16:46:49 +01:00 |
game.h
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
hugo.cpp
|
HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar
|
2011-04-25 14:28:19 +02:00 |
hugo.h
|
HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar
|
2011-04-25 14:28:19 +02:00 |
intro.cpp
|
HUGO: - BSF file is no longer mandatory for H2 and H3 Dos.
|
2011-03-29 23:54:47 +02:00 |
intro.h
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
inventory.cpp
|
HUGO: Remove extra spaces at end of lines
|
2011-02-18 22:43:38 +01:00 |
inventory.h
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
module.mk
|
HUGO: Renamed menu.* to dialogs.*
|
2011-03-17 17:31:02 +02:00 |
mouse.cpp
|
HUGO: Silent several warnings reported by littleboy
|
2011-04-20 22:22:01 +02:00 |
mouse.h
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
object_v1d.cpp
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
object_v1w.cpp
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
object_v2d.cpp
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
object_v3d.cpp
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
object.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
object.h
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
parser_v1d.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
parser_v1w.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
parser_v2d.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
parser_v3d.cpp
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
parser.cpp
|
HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar
|
2011-04-25 14:28:19 +02:00 |
parser.h
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
route.cpp
|
HUGO: Remove extra spaces at end of lines
|
2011-02-18 22:43:38 +01:00 |
route.h
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
schedule.cpp
|
HUGO: Remove debug message
|
2011-04-16 19:40:59 +02:00 |
schedule.h
|
HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and platform safe
|
2011-02-28 00:58:25 +01:00 |
sound.cpp
|
AUDIO: Move more common code to Audio::MidiPlayer
|
2011-03-25 14:15:53 +01:00 |
sound.h
|
AUDIO: Move more common code to Audio::MidiPlayer
|
2011-03-25 14:15:53 +01:00 |
text.cpp
|
HUGO: Remove extra spaces at end of lines
|
2011-02-18 22:43:38 +01:00 |
text.h
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
util.cpp
|
HUGO: Implement prompt text box
|
2011-04-16 15:10:12 +03:00 |
util.h
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |