Age | Commit message (Collapse) | Author |
|
WRITE_LE_UINT32 for endian-safety fix
|
|
|
|
|
|
Change all of READ_UINT16 to READ_LE_UINT16 and all READ_UINT32 to READ_LE_UINT32 for endian-safety
|
|
UNITY: Fix runtime dependency on glib > 2.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add skipping anti-alias check for last pixel in row
|
|
To beconsistent and to keep just one of them
|
|
|
|
Faster searching by changing switch to bsearch and array
|
|
menu line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
g_type_init() is deprecated since 2.36
|
|
|
|
UNITY: Call g_type_init only with GLib < 2.36
|
|
|
|
|
|
|
|
|
|
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly
warning
|
|
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
|
|
Should fix #6648 (music not looping correctly in 5MA)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|