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-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
2009-03-19
COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ...
Max Horn
2009-03-16
Added a syncString variation needed for the Cruise engine
Paul Gilbert
2009-03-15
Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...
Max Horn
2009-03-10
Fixed warning in list code
Max Horn
2009-03-09
Rewrote Common::List iterator code to ensure const correctness is preserved.
Max Horn
2009-03-07
Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICE
Max Lingua
2009-03-05
Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...
Max Horn
2009-03-01
Fix documentation, debug(C/N) prints to stdout not stderr.
Johannes Schickel
2009-03-01
COMMON: added a debugC variant which only takes a debug channel mask
Max Horn
2009-02-28
Patch #2638336: Broken Sword PSX Support
Eugene Sandulenko
2009-02-27
Clarify timer API.
Willem Jan Palenstijn
2009-02-26
Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form...
Johannes Schickel
2009-02-24
Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correct
Max Horn
2009-02-24
Add some remarks on OSystem::updateScreen() properties
Max Horn
2009-02-24
Moved FSDirectory implementation from common/archive.cpp to common/fs.cpp
Max Horn
[next]