Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
PS3 Port
|
|
This fixes the logic of 979fc29b (I hope) and includes some missing
headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by initializing the buffers to 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When reallocation is unsuccessful, the passed buffer is not freed. In this case, assigning the result (NULL) will result in a leak of the original memory buffer.
See http://msdn.microsoft.com/en-us/library/kkedhy7c.aspx
|
|
|
|
|
|
|
|
- Replace UNIX by POSIX
- Move unity include to cpp file
- Add exception for unistd.h and time.h headers
|
|
versions of mingw64
|
|
|
|
- Redirect pkgconfig errors to log file
- Remove duplicated -lunity option
- Fix output of selected taskbar integration when libunity is selected
|
|
- Add better error handling
- Properly delete previous event handlers when setting new ones or restoring from backup
|
|
- Replace structs holding function pointers by proper classes
- Move each fighter functions to separate files
|
|
|
|
Thanks to fuzzie for this fix.
IHNM and ITE should be retested.
|
|
DREAMWEB: Reversing and reimplementing natively frameoutv
|
|
|
|
|
|
Now if the header of the file is not correct it continues to look for a
valid file, while before if the first file found was obsolete or corrupted
translation was disabled even if a valid file was present in the search
path.
|
|
|
|
This was blocking progress under linux...
|
|
Taskbar integration
|
|
Instead, just pretend there is no spoon^H^H^H^H^H-x option.
|
|
From SDL 1.3.0 onwards, audio CD support has been removed.
|
|
|
|
for the tip.
|
|
|
|
|
|
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3.
|
|
|
|
|
|
|
|
|
|
|