index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2009-06-08
Initital commit modifying buildsystem and adding a TFMX Module-Player
Norbert Lange
2009-06-08
Spacing.
Travis Howell
2009-06-07
Fixed appending a (substring of a) string to itself
Max Horn
2009-06-07
Added some new method variants to Common::String
Max Horn
2009-06-07
Added an experimental '--upgrade-targets' option (to be refined; and possibly...
Max Horn
2009-06-06
Added CoCo3 version of SQ1
Eugene Sandulenko
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-06-06
Implement feature request #1180217: "GUI: Mute option"
Eugene Sandulenko
2009-06-05
Make the PlayStation's abbreviation to all lower-case for consistency and cha...
Matthew Hoops
2009-06-01
Add a 'flat' option to FSDirectory to allow searching recursively for files i...
Willem Jan Palenstijn
2009-05-31
Document that debug level 11 turns on all special debug level messages (refer...
Filippos Karapetis
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-26
Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms...
Max Horn
2009-05-26
Fixed a bug in Common::Array (including a unit test for it), and changed the ...
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-05-19
Improved Common::Serializer in several ways:
Max Horn
2009-05-18
Typo.
Johannes Schickel
2009-05-12
Allow creation of KeyState with zero ascii value.
Eugene Sandulenko
2009-05-12
Add more detailed error message for "Chunk overread" case.
Johannes Schickel
2009-05-12
Typo.
Johannes Schickel
2009-05-12
Added a startOffset parameter to hexdump() (used by SCI's own hexdump method)
Filippos Karapetis
2009-05-10
Keymapper:
Eugene Sandulenko
2009-05-10
Changed Common::Array::resize() to default init new array elements
Max Horn
2009-05-10
Store global keymaps into a separate section
Eugene Sandulenko
2009-05-08
Clarified docstring for String::insertChar
Max Horn
2009-05-05
COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel...
Max Horn
2009-05-04
Fix valgrind warning
Eugene Sandulenko
2009-05-04
COMMON: Made Array::resize() init/zero the memory it allocates
Max Horn
2009-05-04
Fixed new[] / delete mismatch in Common::String
Max Horn
2009-05-03
COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a...
Max Horn
2009-05-03
COMMON: Check for failed memory allocations; changed Common::String to use ne...
Max Horn
2009-05-03
COMMON: Simplified Common::Stack methods using the recent Common::Array impro...
Max Horn
2009-05-03
COMMON: Changed Array::resize to not shrink the internal storage if we shrink...
Max Horn
2009-04-28
COMMON: Made Common::List::clear more efficient
Max Horn
2009-04-28
fixed a typo
Max Horn
2009-04-27
COMMON: Improved efficiency of some Common::List methods; added more unit tes...
Max Horn
2009-04-27
COMMON: Made sure Common::List and Common::array each have all front/back/pu...
Max Horn
2009-04-27
COMMON: Added Functor2Fun; fixed some typos
Max Horn
2009-04-27
COMMON: Added Common::List::front() and back() method (similar to std::list)
Max Horn
2009-04-24
Fixed typo.
Torbjörn Andersson
2009-04-22
COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...
Max Horn
2009-04-21
COMMON: Removed copy constructors / assignment operators in cases where they ...
Max Horn
2009-04-20
COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data...
Max Horn
2009-04-11
COMMON: Added unit test for Common::List::size(); made List::size() slightly ...
Max Horn
2009-04-09
Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet...
Max Horn
2009-04-01
Formatting.
Johannes Schickel
2009-03-25
Allow building of psp backend via configure (Part 1 - Still need to add the f...
Joost Peters
2009-03-24
cleanup
Max Horn
2009-03-20
Removed #include nds/jtypes.h from common/scummsys.h -- it already gets loade...
Max Horn
[next]