index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hugo
/
display.h
Age
Commit message (
Expand
)
Author
2017-10-06
HUGO: Fix undefined behaviour in variadic functions
Thierry Crozat
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 pointers
Strangerke
2012-06-13
HUGO: Rename structs and enums
Strangerke
2012-06-13
HUGO: Some more renaming
Strangerke
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-26
HUGO: Fix graphic glitches in DOS versions
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-14
HUGO: Some more refactoring
strangerke
2011-02-12
HUGO: Replace Common::File by Common::ReadStream in several functions
Arnaud Boutonné
2011-02-12
HUGO: little optimization in decodeString(), cleanup
Arnaud Boutonné
2011-02-11
HUGO: Cleanup: fix style issue in Doxygen comments
Arnaud Boutonné
2011-02-11
HUGO: refactoring: move boundaries to object class
Arnaud Boutonné
2011-02-07
HUGO: Spelling fix.
Alyssa Milburn
2011-02-03
HUGO: Suppress static variables (except one)
Arnaud Boutonné
2011-02-02
HUGO: 'Constify' engine as much as possible
Arnaud Boutonné
2011-01-28
HUGO: Add a function to display exit hotspots in God Mode
Arnaud Boutonné
2011-01-23
HUGO: Get rid of (almost) all the remaining defines
Arnaud Boutonné
2011-01-23
HUGO: Cleanup
Arnaud Boutonné
2011-01-08
HUGO: Fix an assert when mouse hit the top of the screen
Arnaud Boutonné
2011-01-08
HUGO: Merge inventory object and mouse cursor when selected
Arnaud Boutonné
2010-12-01
HUGO: Use cursorman, add a windows-looking cursor
Arnaud Boutonné
2010-11-30
HUGO: Fix palette issue after restoring a game in H3
Arnaud Boutonné
2010-11-07
HUGO: Move fonts to display.cpp
Arnaud Boutonné
2010-11-06
HUGO: Move _palette to display.cpp
Arnaud Boutonné
2010-10-25
HUGO: Fix display priority order in H1 Dos
Arnaud Boutonné
2010-10-21
HUGO: Moved _objects to a separate file
Arnaud Boutonné
2010-10-15
HUGO: Merge engine and hugo files
Arnaud Boutonné
2010-10-03
HUGO: Clean-up
Arnaud Boutonné
2010-09-27
HUGO: Add F3 behavior (recall), little cleanup
Arnaud Boutonné
2010-09-26
HUGO: Add H1 Dos intro
Arnaud Boutonné
2010-09-25
HUGO: Add intro for H3 Dos
Arnaud Boutonné
2010-09-22
HUGO: Constify char* parameters in Screen
Arnaud Boutonné
2010-09-22
HUGO: Fix intro in H3 Win
Arnaud Boutonné
2010-09-14
HUGO: Rename some classes for better readibility
Arnaud Boutonné
2010-09-12
HUGO: Fix GCC warning (Thanks MSVC for not showing those)
Arnaud Boutonné
2010-09-12
HUGO: Use fonts in HUGO.DAT for the DOS version
Arnaud Boutonné
2010-08-27
HUGO: Hopefully fix GCC_PRINTF issue in util
Arnaud Boutonné
2010-08-26
HUGO: Removed some dead code and redundant indirection
Oystein Eftevaag
2010-08-17
HUGO: Fix file permissions
Sven Hesse
2010-08-17
HUGO: Adding engine to the main tree
Eugene Sandulenko