Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | Fix WinCE build error | Andre Heider | |
svn-id: r44441 | |||
2009-09-28 | Fixed clipping-related bug (bug #2826036) | Benjamin Haisch | |
svn-id: r44439 | |||
2009-09-28 | revert previous fix | Kostas Nakos | |
svn-id: r44438 | |||
2009-09-28 | overload newer incarnation of setmousecursor | Kostas Nakos | |
svn-id: r44437 | |||
2009-09-28 | 1) fix scaler selection for vga games on vga (or higher) devices. 2) fix a ↵ | Kostas Nakos | |
crash during startup svn-id: r44435 | |||
2009-09-28 | Added const's to getPalette() and several uses of getObject() | Robert Špalek | |
svn-id: r44434 | |||
2009-09-28 | Make getFile() return a const pointer and clean-up all uses of it. | Robert Špalek | |
svn-id: r44433 | |||
2009-09-28 | get rid of static Common::String's | Robert Špalek | |
svn-id: r44432 | |||
2009-09-28 | get rid of static Common::String's | Robert Špalek | |
svn-id: r44431 | |||
2009-09-27 | Fix rounding coordinates at the edge of the screen. | Robert Špalek | |
svn-id: r44430 | |||
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik | |
svn-id: r44429 | |||
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵ | Max Horn | |
not as good as the CoreAudio backend anyway svn-id: r44428 | |||
2009-09-27 | Fix CoreAudio MIDI backend on Mac OS X 10.6 | Max Horn | |
svn-id: r44427 | |||
2009-09-27 | Backported NDS changes from 1.0.0 branch to trunk | Max Horn | |
svn-id: r44426 | |||
2009-09-27 | SCI: Remove directory prefix added by QfG3's char import | Willem Jan Palenstijn | |
svn-id: r44423 | |||
2009-09-27 | Reduce code duplication when cleaning animations | Robert Špalek | |
svn-id: r44422 | |||
2009-09-27 | SCI: Adjust isValidOffset to match changes from r44396, | Willem Jan Palenstijn | |
and make maxSize report the valid space starting at offset. svn-id: r44421 | |||
2009-09-27 | Improved the interface of Sprite and Animation concerning relative ↵ | Robert Špalek | |
coordinates and scaling. It is no longer needed to modify the underlying animations when drawing them on the screen or testing pixels in them. Read access is enough, because the displacement of the object is passed as a parameter. Added some more const's where they logically belong. svn-id: r44419 | |||
2009-09-27 | reduce display list size - we only use a fraction of it. | Joost Peters | |
svn-id: r44418 | |||
2009-09-27 | Simplify kFormat slightly | Max Horn | |
svn-id: r44417 | |||
2009-09-27 | TINSEL: cleanup | Max Horn | |
svn-id: r44416 | |||
2009-09-27 | Fix renumbering of animation indexes | Robert Špalek | |
svn-id: r44414 | |||
2009-09-27 | Remove memory leak in animation manager. Get rid of 1 non-const reference ↵ | Robert Špalek | |
parameter. svn-id: r44413 | |||
2009-09-27 | Properly return values on functions with non-void return types. | Andre Heider | |
svn-id: r44412 | |||
2009-09-27 | SCI: Add workaround for file mask used by QfG3 | Willem Jan Palenstijn | |
svn-id: r44411 | |||
2009-09-27 | Fixed compilation of the NDS port. | Andre Heider | |
svn-id: r44410 | |||
2009-09-27 | make -> $(MAKE) | Andre Heider | |
svn-id: r44409 | |||
2009-09-27 | makefile -> Nakefile | Andre Heider | |
svn-id: r44408 | |||
2009-09-27 | make -> $(MAKE) | Andre Heider | |
svn-id: r44407 | |||
2009-09-27 | makefile -> Nakefile | Andre Heider | |
svn-id: r44406 | |||
2009-09-27 | Use _port_mk for the PSP port; some psp.mk cleanup. | Andre Heider | |
svn-id: r44405 | |||
2009-09-27 | Use _port_mk for the WinCE port. | Andre Heider | |
svn-id: r44404 | |||
2009-09-27 | Use _port_mk for the motoezx and motomagx ports. | Andre Heider | |
svn-id: r44403 | |||
2009-09-27 | Use _port_mk for the Wii and Gamecube port. | Andre Heider | |
svn-id: r44402 | |||
2009-09-27 | New configure var "_port_mk", set to "ports.mk" per default. Ports can ↵ | Andre Heider | |
overwrite this, and this change finally allows make targets in that file to access all the common mk variables (e.g. EXECUTABLE). svn-id: r44401 | |||
2009-09-27 | SCI: turn assert into warning, as it used in QfG2 char import | Willem Jan Palenstijn | |
svn-id: r44400 | |||
2009-09-27 | added missing sound | Vladimir Menshakov | |
svn-id: r44399 | |||
2009-09-27 | SCI: Fix crash when opening menu's | Willem Jan Palenstijn | |
svn-id: r44398 | |||
2009-09-27 | SCI: clear strcpy's dest string if src is invalid. | Willem Jan Palenstijn | |
This fixes moving the plank at the start of KQ6 in Text mode. svn-id: r44397 | |||
2009-09-27 | SCI: change segment offsets in reg segments to be in half reg_t. | Willem Jan Palenstijn | |
This makes offsets in raw and reg segments consistent, which fixes string addressing in savegame dialogs. svn-id: r44396 | |||
2009-09-27 | SCI: clean up kStrAt | Willem Jan Palenstijn | |
svn-id: r44394 | |||
2009-09-27 | TUCKER: add clipping for text drawing | Gregory Montoir | |
svn-id: r44393 | |||
2009-09-27 | TUCKER: add missing compressed file close when version doesn't match | Gregory Montoir | |
svn-id: r44392 | |||
2009-09-27 | replace spaces with tabs | Vladimir Menshakov | |
svn-id: r44390 | |||
2009-09-27 | added save()'s where needed | Vladimir Menshakov | |
svn-id: r44389 | |||
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn | |
All string access to segments should now work with both raw and non-raw (reg_t) segments, using the new utility functions in segMan. There will likely be regressions. svn-id: r44388 | |||
2009-09-27 | SCI: Add utility functions for copying data between raw/non-raw segments | Willem Jan Palenstijn | |
svn-id: r44387 | |||
2009-09-27 | SCI: Add warning when dereferencing non-aligned stack pointer | Willem Jan Palenstijn | |
svn-id: r44386 | |||
2009-09-26 | SCI: Ignore size argument to FILEIO_WRITE_STRING. | Willem Jan Palenstijn | |
This matches LSL5's expectations when saving the password. svn-id: r44385 | |||
2009-09-26 | SCI: Fix compile error with DEBUG_AVOIDPATH | Willem Jan Palenstijn | |
svn-id: r44384 |