johannes-el
|
b219059e70
Removed EOF naming convention at end of file every file and replaced #ifdef include guards with #pragma once. (#3300)
|
5 dienas atpakaļ |
Semphris
|
f424c2ca7c
End sequence now supports per-player direction
|
3 gadi atpakaļ |
Semphris
|
7c7c4c97e1
Improvements to the ending screen in multiplayer
|
3 gadi atpakaļ |
Semphris
|
1e63830572
Added support for multiple players
|
3 gadi atpakaļ |
Ingo Ruhnke
|
284eb52f47
Make all member variables of Sector private
|
6 gadi atpakaļ |
Ingo Ruhnke
|
270ca33d84
Rename `elapsed_time` to `dt_sec`
|
6 gadi atpakaļ |
Ingo Ruhnke
|
5e4cdeb41e
Add Sector::get() that returns a Sector&, use instead of ::current()
|
6 gadi atpakaļ |
Ingo Ruhnke
|
1c2693cf88
Added m_/s_ prefix to Sector member variables
|
7 gadi atpakaļ |
Tobias Markus
|
630fe818ca
Various fixes (use auto ptr, iterators etc.)
|
9 gadi atpakaļ |
Ingo Ruhnke
|
ecd0aab903
Merge branch 'master' into develop
|
9 gadi atpakaļ |
Tobias Markus
|
ccc44e0685
Make a few methods inside endsequence const
|
9 gadi atpakaļ |
Ingo Ruhnke
|
3e5ba5dcce
Use std::unique_ptr<> for CodeController
|
9 gadi atpakaļ |
Ingo Ruhnke
|
a8057c3d17
Removed trailing whitespace from all *.?pp files
|
11 gadi atpakaļ |
Mathnerd314
|
026504c857
Update end sequence controller and stop backflipping immediately in end equence.
|
15 gadi atpakaļ |
Ingo Ruhnke
|
84abfaeb33
More -Weffc++ cleanup
|
15 gadi atpakaļ |
Ingo Ruhnke
|
08813a74da
Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/
|
15 gadi atpakaļ |
Tim Goya
|
fea3446f05
restore trunk
|
17 gadi atpakaļ |
Tim Goya
|
5ed536f199
clean out source
|
17 gadi atpakaļ |
Christoph Sommer
|
3d5538c368
Split EndSequence into multiple types. Defeating the Yeti now triggers an EndSequence.
|
18 gadi atpakaļ |
Ondřej Hošek
|
9bf5386f1d
B91: Tux now guesses direction to walk in during an end sequence.
|
18 gadi atpakaļ |
Arvid Norlander
|
a983f6648d
Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn properties on some files. (svn:mime-type for images; svn:keywords and svn:eol-style for some source files)
|
18 gadi atpakaļ |
Matthias Braun
|
c307442e4b
- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
|
18 gadi atpakaļ |
Wolfgang Becker
|
a1bbd50a33
Set a speed limit for Tux. Used at the endsequence and for the title ATM.
|
18 gadi atpakaļ |
Christoph Sommer
|
f2d345c3cc
Separated EndSequence logic from GameSession. This will allow for nice hierarchy of different EndSequence classes.
|
18 gadi atpakaļ |