Age | Commit message (Collapse) | Author |
|
svn-id: r42574
|
|
svn-id: r42513
|
|
svn-id: r42503
|
|
regressions somewhere, we better find a fix that also works on PS2)
svn-id: r42455
|
|
svn-id: r42446
|
|
and properly implemented fputs for stderr case
on PS2 ;-)
svn-id: r42433
|
|
svn-id: r42430
|
|
rather than "fputs", which is buggy in the PS2 implementation.
svn-id: r42429
|
|
in trunk, so that trunk/1.0rc is au pair feature-wise
with 0.13.x.
svn-id: r42403
|
|
cause its vintage compiler does not support "new T[newCapacity]()"
but only "new T[newCapacity]", this will let it compile through.
It's ifdef'd as __PLAYSTATION2__, so it won't make a difference
for other backends with more modern tools.
svn-id: r42402
|
|
'old_size' not being used -> fix that
svn-id: r42056
|
|
svn-id: r41989
|
|
OSystem::showMouse.
svn-id: r41968
|
|
also intentionally broke WinCE and Symbian ports (in an obvious way that
can be undo by commenting out some text) -- hopefully this will get the
maintainers' attention during the next release cycle, unlike my emails
svn-id: r41932
|
|
svn-id: r41812
|
|
Like CPython, we now use a dummy node to mark nodes as erased,
so that lookup() can skip over it. All tests should now pass again.
svn-id: r41496
|
|
svn-id: r41474
|
|
* Adapted the new IFFParser to Kyra (slightly).
The Kyra1 demo on the website works.
svn-id: r41468
|
|
* Updated Parallaction and SAGA to use the new decoder infrastructure.
svn-id: r41465
|
|
the right path.
svn-id: r41433
|
|
svn-id: r41430
|
|
svn-id: r41425
|
|
svn-id: r41421
|
|
Changes in Paula.cpp/Paula.h + soundfx.cpp:
Added (easy) queueing of samples by implementing methods that act similar
like writes to the Amiga-Chipset would.
Added counting of DMA-Interrupts, that is how often a sample finished
playing.
Added a base for the interrupt-interval, in most cases this will be the
Cia-clockrate. Derived classes can then set the interval without scaling to
the samplerate
Changes in common/scummsys.h:
Only disable warnings with pragmas for MS Compilers that cant do so
otherwise. Newer MSVC Versions can and should disable warnings in the
Project-Settings.
Files in tfmx:
Some files for debugging. Wont ever be commited back into trunk so those
will contain some messy and hackish code
Added: tfmx.h/tfmx.cpp
Player for TFMX-Modules.
Rest: main.cpp etc.
Modified buildsystem to include new directory, modified main.cpp so it
calls tfmxmain (tfmxplayer.cpp) instead of starting the GUI.
svn-id: r41382
|
|
svn-id: r41375
|
|
svn-id: r41337
|
|
svn-id: r41333
|
|
possibly hooked to the GUI eventually). This updates the guioptions,platform and lang for all your targets (and with a source change, also the descriptions)
svn-id: r41332
|
|
svn-id: r41284
|
|
svn-id: r41272
|
|
svn-id: r41233
|
|
change the description from Playstation to Sony PlayStation
svn-id: r41200
|
|
in subdirectories
svn-id: r41090
|
|
(refer to rev. #28858)
svn-id: r41076
|
|
char pointers)
svn-id: r41000
|
|
paarms to it (we migh want to add corresponding matchUint32LE etc. functions if needed)
svn-id: r40909
|
|
way the internal storage growth over time.
The bug could result in incorrect results when using push_back (or insert_at)
to insert data from an array into itself if this insertions would cause the
internal array storage to grow. Also added a unit test for this bug.
Furthermore, if the internal storage needs to grow, it will now be resized to the next power of two,
instead of being increased by 32.
svn-id: r40907
|
|
svn-id: r40867
|
|
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses)
svn-id: r40725
|
|
* Added support versioned serialization
* Added a convenience API for handling 'magic IDs' transparently
* Exposed the err()/clearErr() methods of the underlying streams
* Added a basic unit test for versioned loading (more should be added, in particular for saving)
* Removed the syncString(char *, uint16) alias for syncBytes(byte *buf, uint32 size)
svn-id: r40723
|
|
svn-id: r40693
|
|
svn-id: r40501
|
|
svn-id: r40493
|
|
svn-id: r40487
|
|
svn-id: r40470
|
|
- Introduced new OSystem method getHardwareKeySet() with default implementation
- Moved global keymap creation to base/main.cpp
- Moved GUI keymap creation to gui/GuiManager.cpp
- Added various safeguard checks to various keymapper methods
Now it is really possible to add keymapper to all backends.
svn-id: r40439
|
|
svn-id: r40430
|
|
svn-id: r40427
|
|
svn-id: r40382
|
|
helps to find 'Array used after being disposed' bugs
svn-id: r40326
|