Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | HUGO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-09 | HUGO: Reduce the scope of some variables | Strangerke | |
2013-11-01 | HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0 | Strangerke | |
2013-10-31 | HUGO: Fix CID 1003560, 1002882 | Strangerke | |
2012-06-13 | HUGO: Rename pointers | Strangerke | |
2012-06-13 | HUGO: Rename structs and enums | Strangerke | |
2012-06-13 | HUGO: Use Common::Point in pathfinding | Strangerke | |
2012-06-13 | HUGO: Some more renaming | Strangerke | |
2012-06-13 | HUGO: Apply coding convention (in progress) | Strangerke | |
2011-11-03 | HUGO: Fix warnings | Eugene Sandulenko | |
2011-10-31 | HUGO: Rename Sequence Index Direction Enums. | D G Turner | |
This is to avoid any further collisions with system defines. | |||
2011-10-31 | HUGO: Change _UP to __UP to avoid definition conflict on some backends. | Matt Lewandowsky | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-18 | HUGO: Remove extra spaces at end of lines | strangerke | |
2011-02-18 | HUGO: Move several short function bodies from headers to cpp files | strangerke | |
2011-02-14 | HUGO: Some more refactoring | strangerke | |
Move _hotspots to mouse class and encapsulate it, rename some variables in route class | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-08 | HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) | Arnaud Boutonné | |
svn-id: r55831 | |||
2011-02-03 | HUGO: 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-02 | HUGO: 'Constify' engine as much as possible | Arnaud Boutonné | |
svn-id: r55741 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2010-12-20 | HUGO: Improve keyboard handling | Arnaud Boutonné | |
- Handle keypad - Fix 'QWERTY' only issue - Suppress useless variable and parameter svn-id: r54977 | |||
2010-12-15 | HUGO: Fix pathfinding bug in 'bridge' screen (H3 Dos) | Arnaud Boutonné | |
svn-id: r54926 | |||
2010-11-11 | HUGO: Cleanup, move several functions and variables to the object class | Arnaud Boutonné | |
svn-id: r54212 | |||
2010-11-05 | HUGO: Silent GCC warning introduced in r54087 | Arnaud Boutonné | |
svn-id: r54095 | |||
2010-11-05 | HUGO: Suppress useless case in processRoute() | Arnaud Boutonné | |
svn-id: r54087 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-10-25 | HUGO: cleanup: Suppress trailing spaces and tabs | Arnaud Boutonné | |
svn-id: r53825 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 | |||
2010-10-12 | HUGO: Add lineHandler for v3 Dos, fix/add comments | Arnaud Boutonné | |
svn-id: r53170 | |||
2010-10-12 | HUGO: enable left diagonals | Arnaud Boutonné | |
svn-id: r53167 | |||
2010-10-03 | HUGO: Clean-up | Arnaud Boutonné | |
svn-id: r52988 | |||
2010-08-27 | HUGO: Hopefully fix GCC_PRINTF issue in util | Arnaud Boutonné | |
* Add a mask in each call of Warn(), Error() and Box() not using one * cleanup: use the same wording for 'End of namespace Hugo' in all files svn-id: r52406 | |||
2010-08-26 | HUGO: Removed some dead code and redundant indirection | Oystein Eftevaag | |
svn-id: r52404 | |||
2010-08-17 | HUGO: Fix file permissions | Sven Hesse | |
755->644 svn-id: r52177 | |||
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko | |
svn-id: r52137 |