Go to file
pkeus 6f10196682 Added WiX-Installer for Windows, supporting both x64 and x86 builds
Readded Icon, used as resource for exe file
Created banner for installer from icon (like in old 0.4 installer)

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@352 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-10 19:18:38 +00:00
build Added WiX-Installer for Windows, supporting both x64 and x86 builds 2013-06-10 19:18:38 +00:00
data Renamed Barack as Beastie 2013-05-13 22:11:56 +00:00
doc put the docs back in (feel free to redelete if they were removed for a reason) 2011-01-02 01:56:10 +00:00
m4 Added freetype2.m4, assign result to LIBS instead of LDFLAGS. 2013-04-17 11:01:43 +00:00
resources Added WiX-Installer for Windows, supporting both x64 and x86 builds 2013-06-10 19:18:38 +00:00
COPYING Added GPLv2+ license text. 2013-02-15 10:04:06 +00:00
Makefile.am Install data files to correct target locations. 2013-05-03 03:38:32 +00:00
Makefile.static Removed executable property from Makefile.static 2013-04-17 20:29:15 +00:00
audio.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
audio.h Removed several unused/redundant variables and functions 2013-05-22 19:28:50 +00:00
autogen.sh Initial autotools support commit for linux builds. 2013-02-17 07:43:59 +00:00
bh.h Added .rc file to set meta information on windows 2013-05-16 13:54:16 +00:00
common.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
common.h Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
config_screen.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
config_screen.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
configure.ac Renamed Barack as Beastie 2013-05-13 22:11:56 +00:00
course.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
course.h Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
course_render.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
course_render.h uploaded new codebase 2010-10-02 17:04:20 +00:00
credits.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
credits.h Use STL list instead of array for credits list 2013-05-15 20:45:05 +00:00
env.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
env.h Optimizations and cleanup in view and env: 2013-05-23 09:40:48 +00:00
etr_types.h Fixed view problem when starting a race the second time 2013-06-03 19:03:27 +00:00
event.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
event.h More refactorizations related to game_ctrl and event modules: 2013-05-09 16:26:19 +00:00
event_select.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
event_select.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
font.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
font.h Replaced some more slow string indices by std::map. 2013-05-11 09:39:07 +00:00
ft_font.cpp highscore list implemented 2010-11-27 15:38:51 +00:00
ft_font.h Refactorizations related to enums and macros 2013-05-15 20:20:12 +00:00
game_config.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
game_config.h Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
game_ctrl.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
game_ctrl.h Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
game_over.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
game_over.h Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
game_type_select.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
game_type_select.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
gui.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
gui.h Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
help.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
help.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
hud.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
hud.h uploaded new codebase 2010-10-02 17:04:20 +00:00
intro.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
intro.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
keyframe.cpp Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
keyframe.h Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
loading.cpp Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
loading.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
main.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
mathlib.cpp Fixed syntax error 2013-05-23 19:06:02 +00:00
mathlib.h Refactorized mathlib 2013-05-23 19:01:04 +00:00
newplayer.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
newplayer.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
ogl.cpp Avoid N-suffix to mark "modern" versions of functions 2013-05-15 18:18:53 +00:00
ogl.h Refactorizations related to enums and macros 2013-05-15 20:20:12 +00:00
ogl_test.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
ogl_test.h Refactorizations related to enums and macros 2013-05-15 20:20:12 +00:00
particles.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
particles.h Rebalanced GUI particle system: 2013-05-03 12:29:03 +00:00
paused.cpp Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
paused.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
physics.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
physics.h Rearranged some structures to avoid padding 2013-05-11 16:41:17 +00:00
quadtree.cpp Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
quadtree.h Refactorizations related to enums and macros 2013-05-15 20:20:12 +00:00
race_select.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
race_select.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
racing.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
racing.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
regist.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
regist.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
reset.cpp Several VS related fixes: 2013-05-16 14:25:45 +00:00
reset.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
score.cpp Created GUI control TTextField, replacing local implementation in newplayer.cpp by a generic one 2013-06-05 19:45:27 +00:00
score.h Fixed bugs in highscore parsing: 2013-05-11 09:17:56 +00:00
splash_screen.cpp Improvements to translation and game_config modules: 2013-05-11 18:04:53 +00:00
splash_screen.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
spx.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
spx.h Return const string& where possible 2013-06-04 19:27:49 +00:00
states.cpp Only react on SDL_VIDEORESIZE events if there is actually a resize - avoiding unnecessary resizing at each startup. 2013-05-05 09:36:20 +00:00
states.h Implemented State Manager, replacing old function-pointer "state managing" implemented in WinSys: 2013-05-01 17:12:19 +00:00
textures.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
textures.h Several VS related fixes: 2013-05-16 14:25:45 +00:00
tool_char.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
tool_char.h Include cleanup: Compile time speedup by 2.54% (MSVC11) 2013-04-30 19:09:40 +00:00
tool_frame.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
tool_frame.h keyframe tools implemented 2010-11-18 15:23:16 +00:00
tools.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
tools.h Refactorizations related to enums and macros 2013-05-15 20:20:12 +00:00
track_marks.cpp Refactorized etr_types.h: 2013-05-23 17:59:58 +00:00
track_marks.h Reimplemented track_mark code based on STL list (reducing memory footprint and binary size) 2013-05-23 09:35:26 +00:00
translation.cpp Return const string& where possible 2013-06-04 19:27:49 +00:00
translation.h Return const string& where possible 2013-06-04 19:27:49 +00:00
tux.cpp Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
tux.h Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
version.h Added .rc file to set meta information on windows 2013-05-16 13:54:16 +00:00
version.rc Added WiX-Installer for Windows, supporting both x64 and x86 builds 2013-06-10 19:18:38 +00:00
view.cpp Removed unused code, passed some parameters as const references 2013-06-04 09:42:44 +00:00
view.h Refactorized mathlib 2013-05-23 19:01:04 +00:00
winsys.cpp Fixed several uninitialized reads and memory leaks found by DrMemory. 2013-06-04 21:06:43 +00:00
winsys.h Removed several unused/redundant variables and functions 2013-05-22 19:28:50 +00:00