Johannes Schickel
|
a331f4aea9
|
HUGO: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:35 +01:00 |
|
Strangerke
|
179427c78f
|
HUGO: Rename pointers
|
2012-06-13 21:18:37 +02:00 |
|
Strangerke
|
999ae29de4
|
HUGO: Rename structs and enums
|
2012-06-13 20:58:01 +02:00 |
|
Strangerke
|
2e7b16a8bd
|
HUGO: Apply coding convention (in progress)
|
2012-06-13 11:28:25 +02:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Ori Avtalion
|
9414d7a6e2
|
JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
|
2011-04-28 15:08:58 +03:00 |
|
Max Horn
|
dd88f39bc7
|
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
|
2011-03-21 13:16:35 +01:00 |
|
Max Horn
|
458ebbafd2
|
HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBox
This also fixes a bug in the kBoxPrompt code (it returned a pointer to
the content of a temporary string object).
|
2011-03-21 12:53:50 +01:00 |
|
strangerke
|
9fb28410b5
|
HUGO: Misc savegame modifications
- 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-08 00:21:02 +01:00 |
|
strangerke
|
c9223b9b9b
|
HUGO: Some more refactoring
|
2011-02-20 10:37:41 +01:00 |
|
strangerke
|
ec559360ab
|
HUGO: Move several short function bodies from headers to cpp files
|
2011-02-18 22:24:32 +01:00 |
|
strangerke
|
402ac930fe
|
HUGO: more refactoring and encapsulation
|
2011-02-15 10:15:21 +01:00 |
|
Arnaud Boutonné
|
69d907151b
|
HUGO: Cleanup based on Fingolfin comments
svn-id: r55887
|
2011-02-12 08:13:35 +00:00 |
|
Arnaud Boutonné
|
87ab737e6b
|
HUGO: Cleanup: fix style issue in Doxygen comments
svn-id: r55884
|
2011-02-11 20:27:48 +00:00 |
|
Arnaud Boutonné
|
fffb8f5617
|
HUGO: Fix warning "virtual function override intended?" reported by LordHoto (thanks for the explanation)
svn-id: r55881
|
2011-02-11 07:42:35 +00:00 |
|
Arnaud Boutonné
|
4917740b44
|
HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)
svn-id: r55831
|
2011-02-08 20:52:26 +00:00 |
|
Arnaud Boutonné
|
4263549536
|
HUGO: 'Constify' engine as much as possible
svn-id: r55741
|
2011-02-02 21:12:51 +00:00 |
|
Arnaud Boutonné
|
aba8451744
|
HUGO: Fix a crash in maze and a bug in lineHandler()
svn-id: r55651
|
2011-01-30 07:53:44 +00:00 |
|
Arnaud Boutonné
|
b7a8444992
|
HUGO: As requested by D. Gray, use 'exit' (DOS) command in Win versions
svn-id: r55557
|
2011-01-26 23:18:26 +00:00 |
|
Arnaud Boutonné
|
2846ce14f3
|
HUGO: Move text arrays to a separate class
svn-id: r55507
|
2011-01-25 00:32:48 +00:00 |
|
Arnaud Boutonné
|
3f6496d5b5
|
HUGO: Cleanup
Suppress almost all defines, rename constants
svn-id: r55451
|
2011-01-23 00:05:52 +00:00 |
|
Arnaud Boutonné
|
9ee74fee8a
|
HUGO: Implement menu commands
Also did some cleanup, and had to comment out
handleMouseUp() as it's currently not working really well
svn-id: r55114
|
2011-01-04 08:36:03 +00:00 |
|
Arnaud Boutonné
|
3358001c39
|
HUGO: Add CTRL-l and CTRL-s keys used in Win versions.
CTRL-n has been added too, but is currently only a STUB
svn-id: r55081
|
2010-12-31 22:44:16 +00:00 |
|
Arnaud Boutonné
|
11d4742520
|
HUGO: Saving a game is no longer authorized when gameOverFl is set
svn-id: r55079
|
2010-12-31 16:25:28 +00:00 |
|
Arnaud Boutonné
|
1df582aecb
|
HUGO: F6 now also closes inventory in Win versions
svn-id: r55076
|
2010-12-31 14:50:22 +00:00 |
|
Arnaud Boutonné
|
184d56df0a
|
HUGO: Improve keyboard handling
- Handle keypad
- Fix 'QWERTY' only issue
- Suppress useless variable and parameter
svn-id: r54977
|
2010-12-20 17:25:58 +00:00 |
|
Arnaud Boutonné
|
8a1f628d37
|
HUGO: Fix case bug in God Mode
svn-id: r54969
|
2010-12-19 23:44:53 +00:00 |
|
Arnaud Boutonné
|
76eb9d7f64
|
HUGO: Clean-up, move MidiPlayer class definition to .h file
svn-id: r54923
|
2010-12-15 20:37:09 +00:00 |
|
Arnaud Boutonné
|
ca547118e3
|
HUGO: Ensure F6 (inventory) is only active when appropriate
svn-id: r54922
|
2010-12-15 20:11:59 +00:00 |
|
Arnaud Boutonné
|
f8fa960cfd
|
HUGO: Enable the use of the icon based inventory
In Win versions, F6 now opens the directory. Not perfect yet...
svn-id: r54853
|
2010-12-10 07:08:54 +00:00 |
|
Arnaud Boutonné
|
45f55128b1
|
HUGO: Add GMM save/load and RTL
svn-id: r54576
|
2010-11-29 17:42:08 +00:00 |
|
Arnaud Boutonné
|
54b756e1ba
|
HUGO: Modify or suppress some obsolete comments and warnings
svn-id: r54530
|
2010-11-28 16:38:01 +00:00 |
|
Arnaud Boutonné
|
a0199df818
|
HUGO: Cleanup, move several functions and variables to the object class
svn-id: r54212
|
2010-11-11 23:04:04 +00:00 |
|
Arnaud Boutonné
|
e0fec60874
|
HUGO: Convert class member comments to Doxygen format
svn-id: r54018
|
2010-11-01 20:20:21 +00:00 |
|
Arnaud Boutonné
|
0101a0e0bb
|
HUGO: Moved _objects to a separate file
also suppressed some dereferencing
svn-id: r53674
|
2010-10-21 17:09:57 +00:00 |
|
Arnaud Boutonné
|
2978053a00
|
HUGO: Split classes with multiple version in separate files
svn-id: r53152
|
2010-10-11 21:41:31 +00:00 |
|