Tobias Markus
|
b210ff8fdf
More auto pointer fixes and shorter iterators (hopefully last commit in that manner)
|
9 年之前 |
Tobias Markus
|
630fe818ca
Various fixes (use auto ptr, iterators etc.)
|
9 年之前 |
Tobias Markus
|
e1c3659cc5
Refactor settings class to include lisp string in save settings (#434)
|
9 年之前 |
Tobias Markus
|
8dc45c7d3b
Refactor methods in badguy/
|
9 年之前 |
Hume2
|
9fb60e695f
Add script menus to the object settings
|
9 年之前 |
Hume2
|
8b062120d1
Added missing properties for yeti
|
9 年之前 |
Hume2
|
a06abd646e
Added tips for badguys.
|
10 年之前 |
Hume2
|
ec99094d43
fixes #261
|
9 年之前 |
Hume2
|
7eb3f76610
Fixed merge "conflict" in yeti.cpp
|
9 年之前 |
Ingo Ruhnke
|
fb71a00edf
Merge branch 'master' into develop
|
9 年之前 |
Hume2
|
6beea197fa
Fixed coverity stuff in Yeti.cpp
|
9 年之前 |
Hume2
|
eace40a187
Made the Yeti more variable
|
9 年之前 |
Ingo Ruhnke
|
3e0b47ce1c
Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet
|
10 年之前 |
Tobias Markus
|
da60544456
Use const iterators where possible, constify one method
|
10 年之前 |
Hume2
|
6b832ba14c
Changed "this->get..." to "get..."
|
10 年之前 |
Hume2
|
6fbf6a5065
Forzen igel is now butt-jumpable.
|
10 年之前 |
Tobias Markus
|
c2c1fcb9c8
Set Yeti's countMe property to true, fixes #65 on Github
|
10 年之前 |
Tobias Markus
|
2e163cb10e
Make tux and yeti dying state not reveal secret tilemaps
|
10 年之前 |
Tobias Markus
|
b699d5a630
[cppcheck] Part 2: Some further style fixes etc.
|
11 年之前 |
Ingo Ruhnke
|
5c7020e504
Replaced Ref and RefCounter with std::shared_ptr<>
|
11 年之前 |
Ingo Ruhnke
|
75fc1b8f0b
Turned a lot of other global objects into Currentons
|
11 年之前 |
Florian Forster
|
389f958266
Yeti: In the second phase, drop stalactites in pairs.
|
15 年之前 |
Florian Forster
|
93ccb0890e
Yeti: Give the yeti five lives only.
|
15 年之前 |
Mathnerd314
|
bf790ebc5e
Some Yeti boss work. Yes, you *can* beat it as small tux. (And the secret area *is* also reachable if you're inhumanly precise)
|
15 年之前 |
Mathnerd314
|
0b73428a8a
Make it build with -DCOMPILE_AMALGATION=ON. Still not certain how intern_draw/next_po2 should be shared around the code.
|
16 年之前 |
Ingo Ruhnke
|
8099ed94a2
More use of SurfacePtr
|
16 年之前 |
Ingo Ruhnke
|
729bc6717b
Changed ObjectFactory code so that it works properly when building SuperTux as library
|
16 年之前 |
Ingo Ruhnke
|
e8a684e712
Replaced .reset(new Surface()) with a factory method
|
16 年之前 |
Ingo Ruhnke
|
08813a74da
Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/
|
16 年之前 |
Mathnerd314
|
2ad3ecbc14
Use run_dead_script wherever possible and make kill_* operations only do stuff once
|
16 年之前 |