26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
checked new replay code with debian .. added new files to src/Makefile.am More... over 16 years ago
change ReplayPlayer -allocation/deallocation in worls, world crashed in dtor, if replay-file was not found More... over 16 years ago
- fixes all fixable warnings because of implicit (const char *) to (char *) conversions
Robert Schuster
as thebohemian
More... over 16 years ago
- centers character in character selection screen properly and in all display sizes - re-adds the 'make last character the new preselection' feature in character selection screen
Robert Schuster
as thebohemian
More... over 16 years ago
- make player one the default button in player selection screen - make "start race" button the default one in num laps screen
Robert Schuster
as thebohemian
More... over 16 years ago
- adds behind view feature and the neccessary settings additions
Robert Schuster
as thebohemian
More... over 16 years ago
removed unnecessary forward-declaration in replay_buffer_tpl.hpp More... over 16 years ago
the start of my replay-implementation all code related to it must be activated with compiler-switch HAVE_GHOST_REPLAY folder "replay" added to store the replay-files More... over 16 years ago
Applied patch by 'lutzfischer' (sourceforge patch forum): - fixed --numkarts/-k command line option (including using '-1' meaning 'all karts'). - the default number of karts (used for quickstart) is now taken from the user config file, i.e. once you've set your preferred number of karts, you will get this number withouth having to specify it all the time).
hiker
as hikerstk
More... over 16 years ago
applied stephan's patch for the menu-sounds .. copied file wavs/tintagel/deselect_option.wav to wavs/tintagel/select_option.wav for the time being, since code expects that file More... over 16 years ago
on windows we have to use ov_open_callbacks instead of ov_open .. passing clients callbacks for fread, fclose .. More... over 16 years ago
WidgetSet: in ctor memory of array m_widgets was initialized to 0's with memset. that was ok until my last change of Widget. now Widget has std::string's as members, so initializing like that is not possible anymore .. my debian crashed there .. added an initialization-list to Widget's ctor More... over 16 years ago
(1) fixed memory-leak related to vector GrandPrixSelect::m_all_cups. items were allocated with new, but never deleted. changed vector to vector of objects: More... over 16 years ago
fixed memory-leak: allocated RaceGUI::TimedMessage's were not deleted, only erased from the vector More... over 16 years ago
Bullet only: fixed --history function for bullet physics.
hiker
as hikerstk
More... over 16 years ago
fixed bug 1791242 in robots/default_robot.cpp More... over 16 years ago
Removed now unnecessary entries in materials.dat for screenshot and topview pictures.
hiker
as hikerstk
More... over 16 years ago
Enable display of pictures without having them to add to materials.dat (fixes bug 1781997).
hiker
as hikerstk
More... over 16 years ago
did some cleaning in CreditsMenu & ScrolledText More... over 16 years ago
Applied Maik's patches (bugfixes).
hiker
as hikerstk
More... over 16 years ago
Bugfix for r1218: code would not compile without bullet.
hiker
as hikerstk
More... over 16 years ago
Fixed bug (sgMake2DLine actually returns a 3d vector).
hiker
as hikerstk
More... over 16 years ago
Bug 1778268, .loc file crashes badly if model is invalid, fixed More... over 16 years ago
Bug 1779481, AI rescue doen't work reliably, fixed More... over 16 years ago
Bug 1779446, Player kart rescue does not work, fixed. More... over 16 years ago
Bug 1778256, AI does not use collectables, fixed More... over 16 years ago
Bug 1776938 Invalid short cut loop solved. More... over 16 years ago
1) Fixed incorrect pitch of rockets when firing. 2) The 'unlimited rocket' cheat is now bound to F7 (before it was a clear key, which isn't available on all keyboards - at least not on mine). Bullet only: 3) Gear parameters are now configureable and can be specified in stk_config.data and separately for each kart. 4) An explosion will somewhat push other karts that are close by away (some feedback on this feature is welcome - the impulse can be set in the stk_config file).
hiker
as hikerstk
More... over 16 years ago
Loop is solved. Track::findRoadSector finds wrong sector on bridge still remains. More... over 16 years ago
Added added some files to the svn:ignore property for the trunk/supertuxkart directory. More... over 16 years ago