Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SWORD1: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-30 | SWORD1: Fix unitialized variables. CID 1002991 | Eugene Sandulenko | |
2011-09-08 | SWORD1: Replace inRange with CLIP. | Johannes Schickel | |
2011-09-07 | SWORD1: Made code conform a bit better to our formatting guidelines. | Johannes Schickel | |
Most is automatically converted via astyle + some manual fixes, hopefully I did not miss anything astyle messed up... | |||
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-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-02-15 | SWORD1: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-01-30 | SWORD1: Fix possible uninitialized memory read in Screen object. | David Turner | |
This was detected during playtest with Valgrind during Act 5 (Spain). svn-id: r55658 | |||
2010-10-15 | SWORD1: Fixed bug #3087855 - "SWORD1: Code analysis warnings" | Filippos Karapetis | |
svn-id: r53488 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-30 | SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling ↵ | Johannes Schickel | |
-Wparentheses in the Makefile"). svn-id: r39762 | |||
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding ↵ | Fabio Battaglia | |
functions svn-id: r39480 | |||
2009-03-17 | sword1: cleanup | Fabio Battaglia | |
svn-id: r39479 | |||
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia | |
svn-id: r39477 | |||
2009-03-17 | sword1: enable psx background caching for screen 54 (bull's head) too | Fabio Battaglia | |
svn-id: r39475 | |||
2009-03-16 | sword1: cache decompressed psx version backgrounds, to avoid uncompressing ↵ | Fabio Battaglia | |
them at every screen update. svn-id: r39462 | |||
2009-03-16 | sword1: added caching for train.plx when playing psx version | Fabio Battaglia | |
svn-id: r39461 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-02 | Avoid using unnecessary buffers in psxShrinkedBackgroundToIndexed | Fabio Battaglia | |
svn-id: r39074 | |||
2009-03-02 | Avoid using unnecessary buffers in psxBackgroundToIndexed | Fabio Battaglia | |
svn-id: r39072 | |||
2009-03-02 | Formatting changes in older PSX related functions | Fabio Battaglia | |
svn-id: r39071 | |||
2009-03-02 | Changed the way Broken Sword PSX parallax are handled to improve speed | Fabio Battaglia | |
svn-id: r39070 | |||
2009-03-01 | Removed some (the last?) remains of the BS1 MPEG cutscene player. | Torbjörn Andersson | |
svn-id: r39032 | |||
2009-02-28 | Shutting up a compiler warning | Sven Hesse | |
svn-id: r38958 | |||
2009-02-28 | Patch #2638336: Broken Sword PSX Support | Eugene Sandulenko | |
svn-id: r38956 | |||
2009-02-16 | Removed unnecessary tests. (It's ok to free a NULL pointer.) | Torbjörn Andersson | |
svn-id: r38344 | |||
2009-02-15 | defer BS1 palette update from newScreen to updateScreen, based on patch by ↵ | Willem Jan Palenstijn | |
eriktorbjorn for bug #2599963. Maybe suitable for branch-0-13-0 after more testing. svn-id: r38320 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-14 | clear full screen before playing movie in BS1 (fixes #2599573) | Willem Jan Palenstijn | |
svn-id: r36334 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-26 | oops | Eugene Sandulenko | |
svn-id: r26944 | |||
2007-05-26 | Slighty modified patch #1701058: "Correct some graphical glitches for | Eugene Sandulenko | |
Brocken Sword 1 Mac" svn-id: r26942 | |||
2006-11-12 | Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo | Eugene Sandulenko | |
target was commented out until existence of the demo is confirmed. svn-id: r24697 | |||
2006-08-28 | Only clear the part of the screen usually controlled by the Screen class. The | Torbjörn Andersson | |
buffer might not be large enough to cover the menu areas, and they will probably be clear already. Only terminate the loop, not the entire function, when pressing Esc during a cutscene. Otherwise, there may be palette glitches. svn-id: r23790 | |||
2006-08-26 | Added support for DXA cutscenes. Still needs a bit of cleanup, and the DCA | Torbjörn Andersson | |
player does not support the (unreleased) multi-lingual cutscene pack, since I don't have one to test with. It needs to be cleaned up a bit, but the next step will be to clean up the MPEG decoder first. svn-id: r23753 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |