clooneljump/src
King_DuckZ d5d75b034e Generate new platforms as you climb.
This is actually broken as platforms never unregister themselves. An upcoming
refactoring will change things, so registering/unregistering will not be
necessary anymore.
2014-08-06 16:04:17 +02:00
..
movers Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
casts.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
character.cpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
character.hpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
CloonelJumpConfig.h.in Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
collider.cpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
collider.hpp Add code to register objects to the collider. 2014-08-01 00:50:49 +02:00
collidertypedef.hpp Add code to register objects to the collider. 2014-08-01 00:50:49 +02:00
drawable.cpp Draw in abstract units and scale to pixels at the end. 2014-03-20 12:39:39 +01:00
drawable.hpp Draw in abstract units and scale to pixels at the end. 2014-03-20 12:39:39 +01:00
gamebase.cpp Make the Prepare and Destroy step more customizable. 2014-07-28 10:58:15 +02:00
gamebase.hpp Make the Prepare and Destroy step more customizable. 2014-07-28 10:58:15 +02:00
gameplayscene.cpp Add an offset in HorzCollisionBar and reset it at the beginning of every frame. 2014-08-01 16:41:55 +02:00
gameplayscene.hpp Add code to register objects to the collider. 2014-08-01 00:50:49 +02:00
gameplaysceneclassic.cpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
gameplaysceneclassic.hpp Make the Prepare and Destroy step more customizable. 2014-07-28 10:58:15 +02:00
horzcollisionbar.cpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
horzcollisionbar.hpp Add an offset in HorzCollisionBar and reset it at the beginning of every frame. 2014-08-01 16:41:55 +02:00
inputbag.cpp Buildfix for clang 2014-03-21 22:51:28 +01:00
inputbag.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
inputdevicetype.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
key.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
line.cpp New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
line.hpp Bugfix in Line class. 2014-08-01 16:42:42 +02:00
line.inl Add a debug-only function to pretty-print Line objects. 2014-08-01 17:02:20 +02:00
line_helpers.hpp New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
line_helpers.inl New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
main.cpp Call std::srand() at the beginning. 2014-03-28 10:50:33 +01:00
maths.hpp Working on the collision classes. 2014-07-28 11:00:55 +02:00
observersmanager.hpp Add an offset in HorzCollisionBar and reset it at the beginning of every frame. 2014-08-01 16:41:55 +02:00
physicsfswrapper.cpp GPLv3 license. 2014-02-25 14:17:09 +01:00
physicsfswrapper.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
placeable.cpp Add an offset in HorzCollisionBar and reset it at the beginning of every frame. 2014-08-01 16:41:55 +02:00
placeable.hpp Bouncing works but going too high causes an assertion. 2014-08-03 15:13:54 +02:00
platform.cpp Add code to register objects to the collider. 2014-08-01 00:50:49 +02:00
platform.hpp Add code to register objects to the collider. 2014-08-01 00:50:49 +02:00
platformsystem.cpp Generate new platforms as you climb. 2014-08-06 16:04:17 +02:00
platformsystem.hpp Generate new platforms as you climb. 2014-08-06 16:04:17 +02:00
sdlerror.cpp GPLv3 license. 2014-02-25 14:17:09 +01:00
sdlerror.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00
sdlmain.cpp Fix for a crash occurring when the window is resized. 2014-07-06 02:21:25 +02:00
sdlmain.hpp Fix for a crash occurring when the window is resized. 2014-07-06 02:21:25 +02:00
sizenotifiable.cpp Fix for a crash occurring when the window is resized. 2014-07-06 02:21:25 +02:00
sizenotifiable.hpp Fix for a crash occurring when the window is resized. 2014-07-06 02:21:25 +02:00
sizeratio.cpp Use the new notifiable system to scale the character. 2014-03-20 12:39:39 +01:00
sizeratio.hpp Adding new files to register objects that require to be notified when resolution changes. 2014-03-20 12:39:39 +01:00
texture.cpp Support drawing textures without doing any clipping. 2014-03-25 10:32:34 +01:00
texture.hpp Support drawing textures without doing any clipping. 2014-03-25 10:32:34 +01:00
tiledwallpaper.cpp Support drawing textures without doing any clipping. 2014-03-25 10:32:34 +01:00
tiledwallpaper.hpp Typo fix. 2014-07-05 22:46:09 +02:00
vector.hpp Fix a mixup with template parameters. 2014-07-28 11:01:25 +02:00
vector.inl Fix a mixup with template parameters. 2014-07-28 11:01:25 +02:00
vectormath.cpp New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
vectormath.hpp New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
vectormath.inl New Line class and related algorithms and functions. 2014-07-16 23:42:37 +02:00
vectorprettyprint.hpp GPLv3 license. 2014-02-25 14:17:09 +01:00