aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
AgeCommit message (Collapse)Author
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines.
2016-04-13HUGO: Reduce header dependenciesOri Avtalion
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-01HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0Strangerke
2013-10-31HUGO: Fix CID 1063173, 1002888, 1002886Strangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-25HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵strangerke
as in the original
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-24HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391strangerke
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-21HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBoxMax Horn
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object).
2011-03-17HUGO: Renamed menu.* to dialogs.*Eugene Sandulenko
2011-03-08HUGO: Misc savegame modificationsstrangerke
- Add initial savegame on slot 0 - Save viewstate as it may now contain several different values when saving - Fix loading from GMM - Implement ctrl-N
2011-03-07HUGO: Fix registration messages for H1 Dos Freeware version (in intro)strangerke
2011-03-01HUGO: Rewrite saveActions() and readActions() in order to be platform and ↵strangerke
endian safe. This breaks (again) the savegame file formats... Hopefully for the last time
2011-02-24HUGO:strangerke
- Increase savegame version, as it has changed due to RGBa->RGB modification - Fix regression in restorePal() - Implement load from GMM
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-02-20HUGO: Some more refactoringstrangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
2011-02-18HUGO: Avoid duplicated code in functions related to HUGO.DATstrangerke
2011-02-15HUGO: more refactoring and encapsulationstrangerke
2011-02-14HUGO: Some more refactoringstrangerke
Move _hotspots to mouse class and encapsulate it, rename some variables in route class
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
svn-id: r55897
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
svn-id: r55887
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
svn-id: r55884
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
svn-id: r55879
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
svn-id: r55831
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815
2011-02-04HUGO: Increase the height of window viewArnaud Boutonné
This fixes a bug related to hotspots in H3 Win reported by D. Gray (in witch hut) svn-id: r55775
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
svn-id: r55741
2011-01-30HUGO: Arnaud Boutonné
- Replace several char* by Common::String - Fix a bug in showDosInventory() svn-id: r55669
2011-01-26HUGO: Fix some save/restore issuesSylvain Dupont
Invalidates current savegames! (now version 3) svn-id: r55540
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
svn-id: r55485
2011-01-23HUGO: CleanupArnaud Boutonné
Suppress almost all defines, rename constants svn-id: r55451
2011-01-18HUGO: Improve mouse support in H3 DOS versionArnaud Boutonné
- Fix description of Penelope lying (when using mouse) - Use H3 Win logic in order to handle horizon - Add a workaround for a data bug in scenery1.dat, fixing the pathfinding bug in Crash screen svn-id: r55292
2011-01-13HUGO: Improve mouse support for DOS versionsArnaud Boutonné
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219
2011-01-11HUGO: Improve mouse support in DOS versions.Arnaud Boutonné
- Fix default verb for 'open door' in first screenActions - Add 'go to' values on objects - improve hotspot info related to objects svn-id: r55213
2011-01-07TOOLS: Add Dos intro music number in hugo.datArnaud Boutonné
svn-id: r55145
2011-01-03HUGO: Load bitmaps from hugo.datArnaud Boutonné
- set menu bitmaps to 'on' buttons by default - rename menu entries to match a bit better the original svn-id: r55103
2011-01-03HUGO: Stub for the top menuEugene Sandulenko
svn-id: r55100
2011-01-01HUGO: Some space/tab cleanupsArnaud Boutonné
svn-id: r55088
2010-12-30HUGO: Fix default values in object_t structure for viewx field and followings.Arnaud Boutonné
This fixes some other bugs reported by D. Gray svn-id: r55068