.. |
audio.cpp
|
Properly destroy fade thread
|
2013-09-04 17:53:12 +02:00 |
audio.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
autotiles.cpp
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
binding.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
bitmap.cpp
|
Bitmap: s/tex/gl
|
2013-10-06 08:54:16 +02:00 |
bitmap.h
|
Start ifdef'ing out RGSS2 functionality
|
2013-10-02 22:40:09 +02:00 |
config.cpp
|
Implement smooth scaling
|
2013-09-23 11:00:50 +02:00 |
config.h
|
Implement smooth scaling
|
2013-09-23 11:00:50 +02:00 |
debuglogger.cpp
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
debuglogger.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
disposable.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
etc-internal.h
|
Add equality op that compares against a clamped integer
|
2013-09-27 00:55:48 +02:00 |
etc.cpp
|
Fix 'Rect::isEmpty()' and small performance fixes
|
2013-09-28 21:45:33 +02:00 |
etc.h
|
Fix 'Rect::isEmpty()' and small performance fixes
|
2013-09-28 21:45:33 +02:00 |
eventthread.cpp
|
Implement FPS display (F2 to toggle ON/OFF)
|
2013-10-06 07:05:01 +02:00 |
eventthread.h
|
s/rgss/RGSS
|
2013-10-06 07:11:03 +02:00 |
exception.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
filesystem.cpp
|
Actually destroy duplicated PHYSFS_Io instance on close
|
2013-10-06 05:11:22 +02:00 |
filesystem.h
|
Implement case insensitive path resolution
|
2013-09-30 21:20:29 +02:00 |
flashable.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
font.cpp
|
Properly free RWops associated with Font objects
|
2013-09-10 04:19:45 +02:00 |
font.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
gl-util.h
|
Wrap color clear in 'FBO::clear()' convenience function
|
2013-10-01 13:10:14 +02:00 |
global-ibo.h
|
Use C99 integer types instead of Qt's
|
2013-09-04 13:30:14 +02:00 |
globalstate.cpp
|
Fix filesystem init for relative 'gamePath's
|
2013-10-03 22:11:25 +02:00 |
globalstate.h
|
Start ifdef'ing out RGSS2 functionality
|
2013-10-02 22:40:09 +02:00 |
glstate.cpp
|
Remove the remaining bits of deprecated GL usage
|
2013-09-23 07:50:22 +02:00 |
glstate.h
|
Remove the remaining bits of deprecated GL usage
|
2013-09-23 07:50:22 +02:00 |
graphics.cpp
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
graphics.h
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
input.cpp
|
Remove unnecessary allocations
|
2013-10-01 18:27:22 +02:00 |
input.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
intrulist.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
main.cpp
|
Ensure SDL_image and SDL_ttf initialize correctly
|
2013-10-02 13:50:58 +02:00 |
perftimer.cpp
|
Fix minor GPU timer query issue
|
2013-10-01 12:05:58 +02:00 |
perftimer.h
|
Factor out performance timers into separate files
|
2013-09-27 16:54:01 +02:00 |
plane.cpp
|
Null deref fixes / cleanups
|
2013-09-28 21:48:02 +02:00 |
plane.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
quad.h
|
Remove the remaining bits of deprecated GL usage
|
2013-09-23 07:50:22 +02:00 |
quadarray.h
|
Remove the remaining bits of deprecated GL usage
|
2013-09-23 07:50:22 +02:00 |
scene.cpp
|
Ensure Elements don't unlink from an already dead Scene
|
2013-09-30 19:30:27 +02:00 |
scene.h
|
Ensure Elements don't unlink from an already dead Scene
|
2013-09-30 19:30:27 +02:00 |
serial-util.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
serializable.h
|
Remove Serializable's virtual destructor. It didn't do anything anyway.
|
2013-09-27 04:39:35 +02:00 |
shader.cpp
|
Start ifdef'ing out RGSS2 functionality
|
2013-10-02 22:40:09 +02:00 |
shader.h
|
Start ifdef'ing out RGSS2 functionality
|
2013-10-02 22:40:09 +02:00 |
sprite.cpp
|
Fix null deref
|
2013-10-01 02:29:02 +02:00 |
sprite.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |
table.cpp
|
Add bounds check to setter
|
2013-09-04 17:01:51 +02:00 |
table.h
|
Remove Serializable's virtual destructor. It didn't do anything anyway.
|
2013-09-27 04:39:35 +02:00 |
texpool.cpp
|
Rename 'Tex' to 'TEX' for consistency
|
2013-09-06 12:26:41 +02:00 |
texpool.h
|
Rename 'Tex' to 'TEX' for consistency
|
2013-09-06 12:26:41 +02:00 |
tileatlas.cpp
|
Just realized the word 'Row' makes no sense whatsoever
|
2013-09-24 20:06:11 +02:00 |
tileatlas.h
|
Implement a new tileset atlas layout to allow for bigger tilesets
|
2013-09-24 19:35:38 +02:00 |
tilemap.cpp
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
tilemap.h
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
tilequad.cpp
|
Cosmetic changes
|
2013-09-21 14:45:27 +02:00 |
tilequad.h
|
Cosmetic changes
|
2013-09-21 14:45:27 +02:00 |
transform.h
|
Add GPL license header
|
2013-09-01 18:26:36 +02:00 |
util.h
|
Rename 'bound' to 'clamp'
|
2013-09-03 15:31:29 +02:00 |
viewport.cpp
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
viewport.h
|
Ifdef out more RGSS2 functionality
|
2013-10-06 10:28:03 +02:00 |
window.cpp
|
Wrap color clear in 'FBO::clear()' convenience function
|
2013-10-01 13:10:14 +02:00 |
window.h
|
Initial commit
|
2013-09-01 16:27:21 +02:00 |