Vankata453
|
824cde4bc5
Remove `RectfObjectOption`
|
6 months ago |
Philip
|
d0b492ac58
Prevent Tux from climbing while swimming (#3017)
|
10 months ago |
Tobias Markus
|
d9eb29f9c0
may_climb: Pass player by const ref
|
1 year ago |
Raoul1808
|
746ed7d5ca
[QoL] More climbable tweaks (#2512)
|
1 year ago |
Rob
|
5f5d018d65
Fix spelling and comment consistency in the source code. (#2545)
|
1 year ago |
Vankata453
|
da38807770
Improvements to trigger objects code
|
2 years ago |
HybridDog
|
d41d6a1929
Various code style fixes, e.g. add more const qualifiers
|
2 years ago |
mrkubax10
|
ad4b689ef4
Fix triggers
|
3 years ago |
Semphris
|
8f3d9fb90f
HUD GameObjects are no longer affected by zooming
|
3 years ago |
Semphris
|
a276b8d7c6
Added multiplayer support to Climbables
|
3 years ago |
Ingo Ruhnke
|
0f79b69212
Remove Vector default constructor in preparation for glm
|
4 years ago |
Ingo Ruhnke
|
2ba877f296
Make p1, p2 members of Rectf private
|
6 years ago |
Ingo Ruhnke
|
5e1daab726
More --resave work
|
6 years ago |
Ingo Ruhnke
|
d3e5f91317
More --resave work
|
6 years ago |
Ingo Ruhnke
|
b59fb2a036
More --resave work
|
6 years ago |
Ingo Ruhnke
|
54f6b8cc03
Use typesafe ObjectSettings::add_*() commands
|
6 years ago |
Ingo Ruhnke
|
8c5bd0e738
Rename NumField to FloatField
|
6 years ago |
Ingo Ruhnke
|
7d2d9f896a
Fix trigger objects not being insertable in the editor
|
6 years ago |
Ingo Ruhnke
|
4e157b76e9
Draw trigger areas when collision rects are enabled
|
6 years ago |
Ingo Ruhnke
|
ff0beace09
Replace `if(` with `if (`
|
6 years ago |
Ingo Ruhnke
|
2089e79f49
Cleanup ObjectSettings
|
6 years ago |
Ingo Ruhnke
|
5c7849eae5
Move collision related stuff into CollisionObject
|
6 years ago |
Ingo Ruhnke
|
270ca33d84
Rename `elapsed_time` to `dt_sec`
|
6 years ago |
Ingo Ruhnke
|
a5421006f2
Add m_ prefixes to member variables
|
6 years ago |
Ingo Ruhnke
|
be94015ec6
Use nullptr instead of 0
|
6 years ago |
Ingo Ruhnke
|
ba6c7460b8
Use nullptr instead of NULL
|
6 years ago |
Ingo Ruhnke
|
c6e820901b
Added m_ prefix to GameObject member variables
|
7 years ago |
Ingo Ruhnke
|
d27f5eadbc
Made the code -Wconversion clean under gcc
|
7 years ago |
Ingo Ruhnke
|
c2b0a76d0b
Added the includes that are needed to make SCREEN_WIDTH/HEIGHT work
|
7 years ago |
Ingo Ruhnke
|
9d45a26f5c
Replaced .overlay() with .color() again
|
7 years ago |