.. |
ActionInput.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
ActionInput.h
|
|
|
ActionMapper.cpp
|
|
|
ActionMapper.h
|
|
|
ActionSet.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
ActionSet.h
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
ActionStatus.cpp
|
Add MOUSE_BUTTON_REAL_* mapping IDs because sometimes we need to handle unmapped mouse buttons
|
2024-09-22 02:36:18 +02:00 |
ActionStatus.h
|
Add MOUSE_BUTTON_REAL_* mapping IDs because sometimes we need to handle unmapped mouse buttons
|
2024-09-22 02:36:18 +02:00 |
AfterEffect.cpp
|
Changes to rendering logic, incl water surface flicker fix, plus other fixes.
|
2024-04-25 03:33:02 +02:00 |
AfterEffect.h
|
Changes to rendering logic, incl water surface flicker fix, plus other fixes.
|
2024-04-25 03:33:02 +02:00 |
Base.cpp
|
Base functions use the new randomness now.
|
2025-02-01 06:09:37 +01:00 |
Base.h
|
drawCircle() writes out vertices now instead of directly rendering. Rework related code to use VBO.
|
2025-03-12 03:20:35 +01:00 |
BaseText.h
|
|
|
bithacks.h
|
|
|
BitmapFont.cpp
|
fix crash on shutdown due to improper GL and buffer cleanup
|
2025-06-03 04:36:44 +02:00 |
BitmapFont.h
|
fix crash on shutdown due to improper GL and buffer cleanup
|
2025-06-03 04:36:44 +02:00 |
CMakeLists.txt
|
move Strand to BBGE
|
2025-03-04 04:05:25 +01:00 |
Cocoa.mm
|
|
|
Core.cpp
|
kill some now unused/unnecessary legacy GL functions
|
2025-03-04 04:05:25 +01:00 |
Core.h
|
Add new randomness subsystem
|
2025-02-01 05:51:54 +01:00 |
DarkLayer.cpp
|
fix crash on shutdown due to improper GL and buffer cleanup
|
2025-06-03 04:36:44 +02:00 |
DarkLayer.h
|
rework DarkLayer to use a VBO
|
2025-03-04 04:05:25 +01:00 |
DataStructures.cpp
|
|
|
DataStructures.h
|
Reduce Game::fillGrid() complexity from O(n^2) to O(n) when trimming
|
2024-11-04 04:47:34 +01:00 |
DebugFont.cpp
|
fix a warning
|
2024-09-22 03:23:51 +02:00 |
DebugFont.h
|
|
|
DirWatcher.cpp
|
make dmon optional at compile time, and a dedicated runtime option
|
2024-06-27 23:43:26 +02:00 |
DirWatcher.h
|
integrate directory watching for mod gfx in dev mode, and reload texture files that change
|
2024-06-25 04:49:44 +02:00 |
Emitter.cpp
|
fix typo that broke particle RandomRotationRange when [Rotation] was specified too
|
2025-08-03 04:25:32 +02:00 |
EngineEnums.h
|
|
|
Event.cpp
|
unused code begone
|
2025-02-01 06:10:21 +01:00 |
Event.h
|
unused code begone
|
2025-02-01 06:10:21 +01:00 |
FmodOpenALBridge.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
FmodOpenALBridge.h
|
|
|
FrameBuffer.cpp
|
unbind framebuffer after init; fixes loading bar screen staying black
|
2024-05-07 00:44:04 +02:00 |
FrameBuffer.h
|
Changes to rendering logic, incl water surface flicker fix, plus other fixes.
|
2024-04-25 03:33:02 +02:00 |
GameKeyNames.cpp
|
|
|
GameKeyNames.h
|
|
|
GameKeys.h
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
GLLoad.cpp
|
some gl debug stuff
|
2025-03-04 04:05:25 +01:00 |
GLLoad.h
|
|
|
Gradient.cpp
|
rework Gradient to use VBO
|
2025-03-12 02:39:23 +01:00 |
Gradient.h
|
rework Gradient to use VBO
|
2025-03-12 02:39:23 +01:00 |
Image.cpp
|
save savefile previews as png. this finally kills .zga format, but it's kept for backwards compat
|
2024-11-09 03:46:52 +01:00 |
Image.h
|
save savefile previews as png. this finally kills .zga format, but it's kept for backwards compat
|
2024-11-09 03:46:52 +01:00 |
Interpolators.cpp
|
make both spline modes toggle-able ("assist" mode)
|
2024-07-07 05:36:21 +02:00 |
Interpolators.h
|
make both spline modes toggle-able ("assist" mode)
|
2024-07-07 05:36:21 +02:00 |
Joystick.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
Joystick.h
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
Localization.cpp
|
|
|
Localization.h
|
|
|
MathFunctions.h
|
|
|
MT.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
MT.h
|
|
|
OpenGLStubs.h
|
Patch glfont to use VBO
|
2025-04-17 16:52:08 +02:00 |
OSFunctions.cpp
|
fix linux build for good
|
2025-03-05 01:04:02 +01:00 |
OSFunctions.h
|
Support _mods/modname/mod-info.xml in addition to the old _mods/modname.xml
|
2024-11-04 22:38:29 +01:00 |
ParticleEffect.cpp
|
|
|
ParticleManager.cpp
|
simplify particle render
|
2025-02-05 05:30:46 +01:00 |
Particles.h
|
simplify particle render
|
2025-02-05 05:30:46 +01:00 |
Precacher.cpp
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
Precacher.h
|
|
|
Quad.cpp
|
drawCircle() writes out vertices now instead of directly rendering. Rework related code to use VBO.
|
2025-03-12 03:20:35 +01:00 |
Quad.h
|
drawCircle() writes out vertices now instead of directly rendering. Rework related code to use VBO.
|
2025-03-12 03:20:35 +01:00 |
QuadGrid.cpp
|
rework QuadGrid and some anim editor internal things to use VBOs
|
2025-03-15 04:15:19 +01:00 |
QuadGrid.h
|
rework QuadGrid and some anim editor internal things to use VBOs
|
2025-03-15 04:15:19 +01:00 |
Randomness.cpp
|
oops
|
2025-02-13 22:54:55 +01:00 |
Randomness.h
|
Add new randomness subsystem
|
2025-02-01 05:51:54 +01:00 |
ReadXML.cpp
|
|
|
ReadXML.h
|
|
|
Rect.h
|
|
|
Refcounted.h
|
|
|
RenderBase.cpp
|
drawCircle() writes out vertices now instead of directly rendering. Rework related code to use VBO.
|
2025-03-12 03:20:35 +01:00 |
RenderBase.h
|
drawCircle() writes out vertices now instead of directly rendering. Rework related code to use VBO.
|
2025-03-12 03:20:35 +01:00 |
RenderGrid.cpp
|
remove GRID_DRAW_WORLDMAP and some associated code
|
2024-11-15 03:28:11 +01:00 |
RenderGrid.h
|
rework Beam to use VBOs
|
2025-03-04 04:05:25 +01:00 |
RenderObject.cpp
|
fix Lua func obj_fhTo() and variants, minor related cleanups in RenderObject
|
2025-01-13 04:57:35 +01:00 |
RenderObject.h
|
fix broken scrolling in mod selector in vertical mode
|
2024-04-28 13:15:41 +02:00 |
RenderObject_inline.h
|
don't update render water surface framebuffer when off screen
|
2024-04-28 04:04:30 +02:00 |
RenderObjectLayer.cpp
|
remove RenderObjectLayer::update. now all layers are updated, always.
|
2024-05-12 18:01:43 +02:00 |
RenderState.cpp
|
remove last traces of GL_BLEND/glBlendFunc() manipulation
|
2024-01-11 23:05:47 +01:00 |
RenderState.h
|
remove last traces of GL_BLEND/glBlendFunc() manipulation
|
2024-01-11 23:05:47 +01:00 |
RoundedRect.cpp
|
rework RoundedRect to use VBOs, remove unused move function, remove unused RoundButton
|
2025-03-04 06:06:01 +01:00 |
RoundedRect.h
|
rework RoundedRect to use VBOs, remove unused move function, remove unused RoundButton
|
2025-03-04 06:06:01 +01:00 |
ScreenTransition.cpp
|
rework ScreenTransition to use VBO
|
2025-03-12 03:35:56 +01:00 |
ScreenTransition.h
|
rework ScreenTransition to use VBO
|
2025-03-12 03:35:56 +01:00 |
ScriptObject.cpp
|
forgot strings for object types
|
2025-03-22 06:13:20 +01:00 |
ScriptObject.h
|
|
|
Shader.cpp
|
Rework & cleanup CMake project files
|
2022-04-07 02:38:39 +02:00 |
Shader.h
|
|
|
SimpleIStringStream.h
|
|
|
SkeletalSprite.cpp
|
hopefully fix all edge cases in skel animation
|
2025-05-27 03:17:10 +02:00 |
SkeletalSprite.h
|
hopefully fix all edge cases in skel animation
|
2025-05-27 03:17:10 +02:00 |
Slider.cpp
|
|
|
Slider.h
|
|
|
SoundManager.cpp
|
|
|
SoundManager.h
|
|
|
SplineGrid.cpp
|
ocd fix
|
2024-07-08 01:54:13 +02:00 |
SplineGrid.h
|
make both spline modes toggle-able ("assist" mode)
|
2024-07-07 05:36:21 +02:00 |
StateMachine.cpp
|
|
|
StateMachine.h
|
|
|
StateManager.cpp
|
|
|
StateManager.h
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
Strand.cpp
|
move Strand to BBGE
|
2025-03-04 04:05:25 +01:00 |
Strand.h
|
move Strand to BBGE
|
2025-03-04 04:05:25 +01:00 |
StringBank.cpp
|
|
|
StringBank.h
|
warning fixes, signed vs unsigned mismatch, cleanups, c++98 compat
|
2024-04-16 01:43:36 +02:00 |
Texture.cpp
|
fix GL error with non-loaded texture
|
2025-05-30 01:52:53 +02:00 |
Texture.h
|
Worldmap overhaul, part 1
|
2024-11-15 03:12:14 +01:00 |
TextureMgr.cpp
|
integrate directory watching for mod gfx in dev mode, and reload texture files that change
|
2024-06-25 04:49:44 +02:00 |
TextureMgr.h
|
integrate directory watching for mod gfx in dev mode, and reload texture files that change
|
2024-06-25 04:49:44 +02:00 |
Tile.cpp
|
typo; fix tile wavy-effect flip (this effectively made numpad 5+6 effects the same)
|
2024-09-22 04:32:18 +02:00 |
Tile.h
|
don't lose tile flags when changing solidness; update grid when flipping solid tile
|
2024-09-23 23:29:10 +02:00 |
TileRender.cpp
|
make editor outline not so dull, closer to what it was
|
2024-05-06 04:27:28 +02:00 |
TileRender.h
|
|
|
Tileset.cpp
|
more editor fixes:
|
2023-10-25 00:46:12 +02:00 |
Tileset.h
|
more editor fixes:
|
2023-10-25 00:46:12 +02:00 |
TTFFont.cpp
|
FTGL: Don't change blending
|
2025-03-04 04:05:25 +01:00 |
TTFFont.h
|
|
|
Vector.cpp
|
couple random warning fixes, no functional changes
|
2025-01-13 00:56:28 +01:00 |
Vector.h
|
Improve particle spawning behavior; small cleanup
|
2025-02-05 04:55:06 +01:00 |
VertexBuffer.cpp
|
add forgotten size checks
|
2025-05-30 20:41:20 +02:00 |
VertexBuffer.h
|
Patch glfont to use VBO
|
2025-04-17 16:52:08 +02:00 |
Window.cpp
|
|
|
Window.h
|
|
|
Window_SDL1.cpp
|
|
|
Window_SDL2.cpp
|
make window + GL context creation more robust in the presence of weird graphics drivers
|
2025-03-04 04:05:25 +01:00 |