1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-13 16:16:08 +00:00
Aquaria/BBGE
2013-07-26 02:15:40 +02:00
..
GL sync with icculus repo 2011-11-20 15:44:17 +01:00
glext sync with icculus repo 2011-11-20 15:44:17 +01:00
ActionInput.cpp
ActionInput.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
ActionMapper.cpp [vfs, #3] All file reading code goes through the VFS now, new mod downloader & mod selector in place. Also a bunch of other stuff. (...) 2012-06-01 17:52:19 +02:00
ActionMapper.h
ActionSet.cpp
ActionSet.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
AfterEffect.cpp Improvements to shader API; use handles instead of raw pointers. 2013-06-15 04:11:11 +02:00
AfterEffect.h Improvements to shader API; use handles instead of raw pointers. 2013-06-15 04:11:11 +02:00
AnimatedSprite.cpp
AnimatedSprite.h
Base.cpp More extensions to script interface: 2013-07-11 15:06:38 +02:00
Base.h Leftover win32 junk 2013-07-22 05:36:01 +02:00
BaseText.h Script interface improvements & extensions. 2012-02-05 20:22:54 +01:00
BBGECompileConfig.h Apply SDL2 patch by ryan, with some adjustments to apply properly. 2013-07-18 23:29:55 +02:00
BitmapFont.cpp Disable all glEnable/glDisable() calls for GL_CULL_FACE, except one glDisable() during renderer init. 2013-05-02 04:31:07 +02:00
BitmapFont.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
BloomEffect.cpp
BloomEffect.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Cocoa.mm
Collision.cpp
Collision.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
CommonEvents.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Core.cpp Implemenet proper positional audio, one issue still. 2013-07-22 03:29:57 +02:00
Core.h Apply SDL2 patch by ryan, with some adjustments to apply properly. 2013-07-18 23:29:55 +02:00
CShim.cpp
Cube.cpp
Cube.h
Cutscene.cpp
Cutscene.h
DarkLayer.cpp
DarkLayer.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Datafile.cpp
Datafile.h
DebugFont.cpp Script interface improvements & extensions. 2012-02-05 20:22:54 +01:00
DebugFont.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
DFSprite.cpp
DFSprite.h
Effects.cpp sync with icculus repo 2011-11-20 15:44:17 +01:00
Effects.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Emitter.cpp Disable all glEnable/glDisable() calls for GL_CULL_FACE, except one glDisable() during renderer init. 2013-05-02 04:31:07 +02:00
Event.cpp
Event.h Script interface improvements & extensions. 2012-02-05 20:22:54 +01:00
FileVars.cpp
FileVars.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Flags.cpp
Flags.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
flags.hpp
FmodOpenALBridge.cpp Fix crash on minimize + reactivate 2013-07-26 02:15:40 +02:00
FmodOpenALBridge.h Remove FMOD::Channel::setPan(), which is now defunct. 2013-07-22 13:35:45 +02:00
FrameBuffer.cpp
FrameBuffer.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Gradient.cpp
Gradient.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Interpolator.cpp
Interpolator.h
Joystick.cpp Fix crash on shutdown with active SDL_gamecontroller + work around rumble effect not stopping 2013-07-19 13:43:26 +02:00
LensFlare.cpp
LensFlare.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Light.cpp
Light.h
LightCone.cpp
LightCone.h
Localization.cpp Leftover win32 junk 2013-07-22 05:36:01 +02:00
Localization.h _mods/x/locales/y/* now works 2012-07-14 15:00:37 +02:00
Math.cpp
MathFunctions.h Minor debug improvements + misc 2012-01-31 19:25:13 +01:00
Model.cpp
Model.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
MT.cpp Do all sound decoding in *one* background thread, instead of one thread per decoder. 2012-05-25 17:38:59 +02:00
MT.h [vfs, #3] All file reading code goes through the VFS now, new mod downloader & mod selector in place. Also a bunch of other stuff. (...) 2012-06-01 17:52:19 +02:00
OggStream.cpp
OggStream.h
OpenGLStubs.h Fix some small performance bottlenecks: 2012-01-02 21:34:29 +01:00
PackRead.cpp
PackRead.h
ParticleEffect.cpp Fix particle & shot loading on linux (fix file name case) 2012-03-12 03:13:34 +01:00
ParticleManager.cpp Fix influenced particles not positioned correctly if SpawnLocal = 1 2012-12-13 18:33:58 +01:00
Particles.cpp
Particles.h
PointSprites.cpp
PointSprites.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Precacher.cpp Add precacher for mods 2013-05-24 03:34:10 +02:00
Precacher.h Add precacher for mods 2013-05-24 03:34:10 +02:00
ProfRender.cpp
ProfRender.h
Quad.cpp Disable all glEnable/glDisable() calls for GL_CULL_FACE, except one glDisable() during renderer init. 2013-05-02 04:31:07 +02:00
Quad.h Misc code cleanups, little SkeletalSprite loading improvement. 2012-02-19 04:57:04 +01:00
QuadTrail.cpp Disable all glEnable/glDisable() calls for GL_CULL_FACE, except one glDisable() during renderer init. 2013-05-02 04:31:07 +02:00
QuadTrail.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Rect.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
RenderObject.cpp Minor changes & simplifications to Lua interface. 5 new functions. 2013-07-20 17:44:27 +02:00
RenderObject.h Make some ints floats. 2013-07-20 20:17:57 +02:00
RenderObject_inline.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
RenderObjectLayer.cpp Fix crash in RenderObjectLayer::moveToBack() 2012-10-09 00:57:34 +02:00
RenderRect.cpp
Resource.cpp
Resource.h Remove unnecessary exception handling. Hopefully fixes build on linux. 2013-06-21 20:35:24 +02:00
RoundedRect.cpp Disable all glEnable/glDisable() calls for GL_CULL_FACE, except one glDisable() during renderer init. 2013-05-02 04:31:07 +02:00
RoundedRect.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
ScreenTransition.cpp
ScreenTransition.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
ScriptObject.cpp Fixes & enhancements to shader interface code 2013-05-12 00:05:57 +02:00
ScriptObject.h Fixes & enhancements to shader interface code 2013-05-12 00:05:57 +02:00
Shader.cpp Remove unnecessary exception handling. Hopefully fixes build on linux. 2013-06-21 20:35:24 +02:00
Shader.h Improvements to shader API; use handles instead of raw pointers. 2013-06-15 04:11:11 +02:00
SimpleIStringStream.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
SkeletalSprite.cpp Make some ints floats. 2013-07-20 20:17:57 +02:00
SkeletalSprite.h Make some ints floats. 2013-07-20 20:17:57 +02:00
Slider.cpp
Slider.h
SoundManager.cpp Implement stereo to mono mixing for proper L/R separation even for stereo samples. 2013-07-24 19:57:13 +02:00
SoundManager.h Implement stereo to mono mixing for proper L/R separation even for stereo samples. 2013-07-24 19:57:13 +02:00
SpawnParticleData.cpp
StateMachine.cpp
StateMachine.h
StateManager.cpp Merge branch 'experimental' 2013-06-24 02:48:17 +02:00
StateManager.h
Strings.cpp Move key config strings into stringbank.txt 2012-07-14 16:54:28 +02:00
Texture.cpp Slightly more sensible error/msgbox handling 2013-06-23 18:50:10 +02:00
Texture.h Removed textureMemoryMultiplier again; a bit more debug output for differing texture sizes 2012-06-15 17:58:18 +02:00
tinyxml.cpp Revert "Revert "move around some files to keep the size of the next commit down"" 2011-09-15 20:17:23 +02:00
tinyxml.h Revert "Revert "move around some files to keep the size of the next commit down"" 2011-09-15 20:17:23 +02:00
tinyxmlerror.cpp Revert "Revert "move around some files to keep the size of the next commit down"" 2011-09-15 20:17:23 +02:00
tinyxmlparser.cpp Revert "Revert "move around some files to keep the size of the next commit down"" 2011-09-15 20:17:23 +02:00
TTFFont.cpp
TTFFont.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Vector.cpp Slightly more sensible error/msgbox handling 2013-06-23 18:50:10 +02:00
Vector.h Cause less memory stress in InterpolatedVector assignment 2013-04-21 18:47:51 +02:00