Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | HUGO: Reduce header dependencies | Ori Avtalion | |
2014-02-18 | HUGO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-06-13 | HUGO: Rename structs and enums | Strangerke | |
2012-06-13 | HUGO: Apply coding convention (in progress) | Strangerke | |
2011-06-20 | ALL: Remove trailing whitespaces | Max 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-05-25 | HUGO: Add 3 object related functions to the console | strangerke | |
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-20 | HUGO: Some more refactoring | strangerke | |
2011-02-18 | HUGO: Move several short function bodies from headers to cpp files | strangerke | |
2011-02-18 | HUGO: Avoid duplicated code in functions related to HUGO.DAT | strangerke | |
2011-02-15 | HUGO: Replace cypher by a global variable, clean engine destructor | strangerke | |
2011-02-15 | HUGO: more refactoring and encapsulation | strangerke | |
2011-02-12 | HUGO: Cleanup based on Fingolfin comments | Arnaud Boutonné | |
svn-id: r55887 | |||
2011-02-11 | HUGO: Fix warning "virtual function override intended?" reported by LordHoto ↵ | Arnaud Boutonné | |
(thanks for the explanation) svn-id: r55881 | |||
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 | |||
2011-01-04 | HUGO: Implement menu commands | Arnaud Boutonné | |
Also did some cleanup, and had to comment out handleMouseUp() as it's currently not working really well svn-id: r55114 | |||
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-10 | HUGO: Enable the use of the icon based inventory | Arnaud Boutonné | |
In Win versions, F6 now opens the directory. Not perfect yet... svn-id: r54853 | |||
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-10 | HUGO: Add specific takeObject and dropObject for H1 DOS | Arnaud Boutonné | |
svn-id: r53135 | |||
2010-10-10 | HUGO: Add debug channels to new parser functions | Arnaud Boutonné | |
svn-id: r53128 | |||
2010-10-10 | HUGO: Move Dos strings from Parser to hugo.dat | Arnaud Boutonné | |
svn-id: r53109 | |||
2010-10-10 | HUGO: New parser for H1 Dos and H2 Dos. | Arnaud Boutonné | |
Add specific parser functions for H1 Dos and H2 Dos svn-id: r53106 | |||
2010-09-28 | HUGO: Suppress useless parameter in several functions | Arnaud Boutonné | |
svn-id: r52933 | |||
2010-09-27 | HUGO: Move strlwr to Utils | Arnaud Boutonné | |
svn-id: r52921 | |||
2010-09-27 | HUGO: Add F3 behavior (recall), little cleanup | Arnaud Boutonné | |
- Add F3 behavior - Move drawStatusText() to Screen svn-id: r52920 | |||
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-20 | Hugo - Move DOS hardcoded inventory strings to Hugo.dat | Arnaud Boutonné | |
svn-id: r52226 | |||
2010-08-18 | Hugo - Add F6 Inventory. This is a DOS only feature, but quite convenient as ↵ | Arnaud Boutonné | |
the iconic inventory is not available atm. svn-id: r52190 | |||
2010-08-18 | Hugo - Check double F1, display properly the content of help.dat if present | Arnaud Boutonné | |
svn-id: r52189 | |||
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 |