Timeline
09/03/12:
- 20:26 Changeset [1554596] by
- WINTERMUTE: Disable Wintermute by default in configure
- 05:58 Changeset [978f7481] by
- TSAGE: Apply naming conventions to some sound variables and functions
- 01:33 Ticket #6094 (DW: PSX version dies when pressing ESC in intro) closed by
- fixed
- 01:32 Changeset [e9730ca] by
- TINSEL: Fix bug #3541542 - "DW: PSX version dies when pressing ESC in …
09/02/12:
- 23:34 Changeset [5f6a98c] by
- SCALER: No need to inline interpolate5Line, it just bloats …
- 08:34 Changeset [c737e642] by
- TONY: Move code from .h to .cpp files
- 03:56 Changeset [31cb5ce3] by
- TEENAGENT: Remove final usages of code segment blob. The loading of …
09/01/12:
- 17:17 Changeset [7824d0e8] by
- SCI: Limit the hack used for sound initialization to the Fun Seeker's …
- 16:57 Changeset [341c3aba] by
- VIDEO: Constified a temporary
- 16:50 Changeset [fdc29ee2] by
- OPENPANDORA: The buildbot toolchain doesn't like the ending comma
- 14:59 Changeset [60c20617] by
- SCI: Allow the Fun Seeker's Guide demo to run This demo doesn't have …
- 12:14 Changeset [09f19335] by
- SCUMM: PCESetCostumeData should have static linking
- 12:04 Changeset [7b17d80] by
- WINTERMUTE: Fix various comments.
- 02:26 Changeset [2f9b1b67] by
- ALL: Mark off some things as used by Pegasus
- 02:06 Changeset [1043283e] by
- PEGASUS: Use setEndTime()
- 01:58 Changeset [790a74ab] by
- Merge remote branch 'upstream/master' into pegasus
- 01:47 Changeset [ddffd740] by
- VIDEO: Improve setEndTime() endOfVideo() and needsUpdate() are now …
- 00:36 Changeset [1f41e557] by
- TONY: Remove adv.h
- 00:27 Changeset [3ab8ebc4] by
- TONY: Move some more code from .h to .cpp files
08/31/12:
- 23:05 Changeset [8c753c96] by
- TONY: Move some functions from .h to .cpp files
- 22:25 Changeset [f2df769a] by
- TONY: More renaming
- 21:18 Changeset [bf882b77] by
- SCUMM: Nicer constants in _ClassicProc3RendererShadowARM that allow …
- 21:08 Changeset [7fbfbc8] by
- TONY: Rename some more variables and structures
- 21:07 Changeset [2a5eaf4] by
- CONFIGURE: Use new engine dependency mechanism for sword25/zlib
- 21:07 Changeset [f8418317] by
- Merge pull request #274 from lordhoto/engine-deps CONFIGURE: Allow …
- 20:30 Changeset [1cc58ce6] by
- CONFIGURE: Allow dependency checks for engines. Also adds PNG as a …
- 19:50 Changeset [4a6c031e] by
- WINTERMUTE: Fix a regression from the getSize()->size() change.
- 19:03 Changeset [e067520b] by
- WINTERMUTE: Use tabs in enums
- 18:52 Changeset [59b1bbfa] by
- WINTERMUTE: Even more fixes to header-guards.
- 18:14 Changeset [fb367d1a] by
- WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h
- 18:00 Changeset [313376c3] by
- WINTERMUTE: Fix a warning I missed in the last commit.
- 18:00 Changeset [7027741] by
- WINTERMUTE: Fix warnings
- 18:00 Changeset [158a2060] by
- WINTERMUTE: Use ++it instead of it++
- 18:00 Changeset [8cf7d765] by
- WINTERMUTE: General cleanup
- 18:00 Changeset [07c27b7] by
- WINTERMUTE: Cleanup the header-guards.
- 17:57 Ticket #6132 (BACKENDS: ARM - USE_ARM_COSTUME_ASM is buggy) created by
- […] […]
- 17:23 Changeset [2fd38f47] by
- WINTERMUTE: Replace col_templ's getSize with Common::Array::size()
- 17:08 Changeset [ede8b063] by
- SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during …
- 16:26 Changeset [da0f274] by
- SCUMM: Fix of spaces/tabs mismatch (Cosmetic)
- 15:38 Changeset [9492184] by
- OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad …
- 15:37 Changeset [969f4d59] by
- WINTERMUTE: Take int32 as parameters in Rect32.
- 15:29 Changeset [8a212c3] by
- WINTERMUTE: Add namespacing to the UTF-conversion code
- 15:28 Changeset [b01f09e8] by
- WINTERMUTE: Use <math.h> instead of <cmath>
- 15:16 Changeset [d5f92497] by
- WINTERMUTE: Correct some endif-comments.
- 15:15 Changeset [2d70964e] by
- WINTERMUTE: Use tabs instead of spaces in ad_types.h
- 15:10 Changeset [06caf2da] by
- WINTERMUTE: Use tabs instead of spaces for indenting dctypes.h
- 14:55 Changeset [3dc5d32e] by
- WINTERMUTE: Replace qsort with Common::sort
- 14:34 Changeset [71981aae] by
- WINTERMUTE: Simplify getNodeForRelativePath
- 12:21 Changeset [764ca7a5] by
- WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
- 12:01 Changeset [2039ea6b] by
- WINTERMUTE: Fix g++ warnings listed by LordHoto
- 11:49 Changeset [16b2709] by
- WINTERMUTE: Update to use new TGA-decoder and new Video-system
- 11:11 Changeset [3fe7f2cb] by
- Merge remote-tracking branch 'origin/master' into wintermute
08/30/12:
- 16:32 Changeset [10a947a0] by
- GRAPHICS: Scope reduction of the sometimes unused alpha component in …
- 16:13 Changeset [3b4d713] by
- GRAPHICS: Undefined behaviour/warnings removal in the TGA decoder
- 06:06 Changeset [56c5961f] by
- TONY: Translate some variables in findPath, reduce some variable scopes
08/29/12:
- 21:25 Changeset [825e0896] by
- TONY: Replace C-style comments by C++-style ones. Also translate some …
- 20:47 Changeset [766eade] by
- TONY: Translate some remaining Italian comments
- 13:59 Changeset [f87154de] by
- GRAPHICS: Slight formatting change for consistency.
- 13:58 Changeset [f189d8a5] by
- GRAPHICS: Remove extra semicolon.
- 13:58 Changeset [933726a7] by
- Merge pull request #263 from somaen/tgaloader GRAPHICS: Add in a …
- 12:05 Changeset [47a7df2d] by
- GRAPHICS: Add in a TGA-decoder
- 07:13 Changeset [985151fe] by
- TONY: Limit effect of cursor workaround. This avoids incorrect …
- 07:12 Changeset [a6673aa] by
- TONY: Remove useless/commented music code.
- 06:14 Changeset [a29f1fb0] by
- TONY: Remove some dead code
- 06:11 Changeset [92a9820] by
- TONY: Translate some remaining italian comments
Note:
See TracTimeline
for information about the timeline view.