Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-11-06 | HUGO: Take into account wjp's and LordHoto's suggestions | Strangerke | |
2011-11-05 | HUGO: Fix a CppCheck warning reported by Tetsuo55 | Strangerke | |
2011-09-08 | JANITORIAL: Fix some formatting glitches in gob, hugo and toon | Strangerke | |
2011-08-24 | HUGO: Coding style fixes. | Alyssa Milburn | |
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 | ALL: initialise -> initialize | Matthew Hoops | |
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-04-26 | HUGO: Add workaround for bug #3292389: Penelope splits up when dying in chasm | strangerke | |
2011-04-16 | HUGO: Remove debug message | strangerke | |
2011-04-16 | HUGO: Implement prompt text box | Eugene Sandulenko | |
Still it sometimes asserts with repeated dialog launches. | |||
2011-03-21 | HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format | Max Horn | |
2011-03-21 | HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBox | Max Horn | |
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object). | |||
2011-03-02 | HUGO: Silence GCC warning | Max Horn | |
2011-03-01 | HUGO: Correction for Schedule saveActions() mistake. | D G Turner | |
2011-03-01 | HUGO: Rewrite saveActions() and readActions() in order to be platform and ↵ | strangerke | |
endian safe. This breaks (again) the savegame file formats... Hopefully for the last time | |||
2011-02-28 | HUGO: cleanup, fix several bad indirections (thanks LordHoto) | strangerke | |
2011-02-28 | HUGO: Fix assert while saving under linux | strangerke | |
2011-02-28 | HUGO: Remove forgotten debug message | strangerke | |
2011-02-28 | HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and ↵ | strangerke | |
platform safe | |||
2011-02-20 | HUGO: Some more refactoring | strangerke | |
2011-02-18 | HUGO: Remove extra spaces at end of lines | 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: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 | |||
2011-02-12 | HUGO: little optimization in decodeString(), cleanup | Arnaud Boutonné | |
svn-id: r55894 | |||
2011-02-12 | HUGO: Cleanup based on Fingolfin comments | Arnaud Boutonné | |
svn-id: r55887 | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | HUGO: Fix regression in H3: game exits at the end of the intro | Arnaud Boutonné | |
svn-id: r55880 | |||
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-31 | Hugo: Some cleanup | Arnaud Boutonné | |
svn-id: r55690 | |||
2011-01-30 | HUGO: | Arnaud Boutonné | |
- Replace several char* by Common::String - Fix a bug in showDosInventory() svn-id: r55669 | |||
2011-01-26 | HUGO: Cleanup: Suppress an obsolete warning and a comment | Arnaud Boutonné | |
svn-id: r55556 | |||
2011-01-26 | HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵ | Arnaud Boutonné | |
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555 | |||
2011-01-26 | HUGO: Fix some save/restore issues | Sylvain Dupont | |
Invalidates current savegames! (now version 3) svn-id: r55540 | |||
2011-01-25 | HUGO: Move text arrays to a separate class | Arnaud Boutonné | |
svn-id: r55507 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-20 | HUGO: Merge misc versions of display, intro and scheduler classes | Arnaud Boutonné | |
svn-id: r55365 | |||
2011-01-20 | HUGO: Cleanup: Remove some C-style comments | Arnaud Boutonné | |
svn-id: r55360 | |||
2011-01-19 | HUGO: Add specific decodeString() for H1 Dos | Arnaud Boutonné | |
This fixes act3 logic. Also move some functions from public to protected. svn-id: r55325 | |||
2011-01-19 | HUGO: Merge the 2 versions of doAction, cleanup | Arnaud Boutonné | |
svn-id: r55318 | |||
2011-01-18 | HUGO: Rename objNumb to objIndex when used as an index | Arnaud Boutonné | |
svn-id: r55316 | |||
2011-01-18 | HUGO: Clean-up | Arnaud Boutonné | |
Modify debug level for 2 debug messages, Suppress obsolete comments, Fix typo in comment svn-id: r55291 | |||
2011-01-01 | HUGO: Some space/tab cleanups | Arnaud Boutonné | |
svn-id: r55088 | |||
2010-12-17 | HUGO: little code cleanup | Arnaud Boutonné | |
svn-id: r54948 |