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
/
intro.cpp
Age
Commit message (
Expand
)
Author
2019-10-21
HUGO: Fix Missing Default Switch Cases
D G Turner
2016-04-13
HUGO: Reduce header dependencies
Ori Avtalion
2014-02-18
HUGO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-01
HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0
Strangerke
2013-08-03
HUGO: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-04-21
HUGO: Add missing initializations in intro constructors. CID 1002884 and 1002885
Strangerke
2012-06-13
HUGO: Some more renaming
Strangerke
2012-06-13
HUGO: Apply coding convention (in progress)
Strangerke
2011-08-24
HUGO: Coding style fixes.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
Johannes Schickel
2011-04-17
HUGO: Prefer Surface::format over Surface::bytesPerPixel.
Johannes Schickel
2011-03-29
HUGO: - BSF file is no longer mandatory for H2 and H3 Dos.
strangerke
2011-03-21
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
Max Horn
2011-03-07
HUGO: Fix registration messages for H1 Dos Freeware version (in intro)
strangerke
2011-02-20
HUGO: Some more refactoring
strangerke
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-18
HUGO: Avoid duplicated code in functions related to HUGO.DAT
strangerke
2011-02-15
HUGO: more refactoring and encapsulation
strangerke
2011-02-11
HUGO: Cleanup: fix style issue in Doxygen comments
Arnaud Boutonné
2011-02-05
HUGO: Fix 2 uninitialized variables
Arnaud Boutonné
2011-02-03
HUGO: Suppress static variables (except one)
Arnaud Boutonné
2011-01-25
HUGO: Move text arrays to a separate class
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-20
HUGO: Merge misc versions of display, intro and scheduler classes
Arnaud Boutonné
2010-10-21
HUGO: Moved _objects to a separate file
Arnaud Boutonné
2010-10-11
HUGO: Split classes with multiple version in separate files
Arnaud Boutonné
2010-10-03
HUGO: Clean-up
Arnaud Boutonné
2010-09-26
HUGO: Add H1 Dos intro
Arnaud Boutonné
2010-09-25
HUGO: Add H2 Dos splash screen
Arnaud Boutonné
2010-09-25
HUGO: Fix stricmp use and text color in splash screen
Arnaud Boutonné
2010-09-25
HUGO: Add intro for H3 Dos
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-08-27
HUGO: Hopefully fix GCC_PRINTF issue in util
Arnaud Boutonné
2010-08-18
H3 win - Suppress an enum and use directly the screen number, with a comment
Arnaud Boutonné
2010-08-18
HUGO: Fix intro crash in H3
Eugene Sandulenko
2010-08-17
HUGO: Fix file permissions
Sven Hesse
2010-08-17
HUGO: Adding engine to the main tree
Eugene Sandulenko