26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed crash when using 'moving_physics' object.
hiker
as hikerstk
More... over 16 years ago
Replaced the previous method of clipping the text outside of the bounds of a widget using the scissor test, and changed it for an stencil test, since the stencil test doesn't needs to be rectangular, thus, it doesn't shows text outside of the rounded borders or while rotating. More... over 16 years ago
Removed a warning and fixed a bug with text scrolling introduced in the previous commit. More... over 16 years ago
Added rotation to widgets, but it's incomplete; text doesn't shows outside of the 'normal' box, and selection does the same. More... over 16 years ago
Revmoed -DBULLET, and disables bullet profiling.
hiker
as hikerstk
More... over 16 years ago
Try to making the homing missiles turn more smoothly.
hiker
as hikerstk
More... over 16 years ago
Fixed bug 1879386 (homing missiles don't explode on track, the rest was already fixed before).
hiker
as hikerstk
More... over 16 years ago
1) Removed unsupported solutions (e.g. non-bullet version) 2) Added (missing) translation.cpp to project file 3) Removed -DBULLET (since it's not necessary anymore) 4) Removed bullet profiling. 5) Added GETTEXT_PATH environment variable in prepration for translations
hiker
as hikerstk
More... over 16 years ago
Removed bullet profiling (and debugging, though the MS compiler will always define _DEBUG causing bullet to enable debug mode again).
hiker
as hikerstk
More... over 16 years ago
Removed the media tools from the src directory More... over 16 years ago
Used the new btRigidBody constructor, since the old constructor is not as flexible and will be deprecated.
hiker
as hikerstk
More... over 16 years ago
Fixed flickering on the grand prix ending at highh resolutions More... over 16 years ago
Fixed the track selection menu so that it doesn't uses a hardcoded number of tracks only. More... over 16 years ago
Removed old and unused 'improved physics' option.
hiker
as hikerstk
More... over 16 years ago
Improved handling of bullet user pointers, which should fix the problem of rockets not exploding when hitting the track anymore. But there is still a bug with homing missiles, which still don't explode :(
hiker
as hikerstk
More... over 16 years ago
More minor code cleanup.
hiker
as hikerstk
More... over 16 years ago
Code cleanup (BULLET #ifdefs).
hiker
as hikerstk
More... over 16 years ago
Removed some VS C++ compiler warnings.
hiker
as hikerstk
More... over 16 years ago
Moved implementation of translation class into .cpp file to make less recompile necessary when changing the implementation.
hiker
as hikerstk
More... over 16 years ago
Fixed bug where blacklisted resolutions could be selected from the command line. More... over 16 years ago
Fixed wheel rotation, which would not rotate properly when driving close to a parallel to the X axis (and the rotation wasn't computed correctly in any case).
hiker
as hikerstk
More... over 16 years ago
Increased height of driveline so that it has the same height as the actual track (if the drivelines are lower, karts when rescued will appear to be under the track, triggering a rescue, ...).
hiker
as hikerstk
More... over 16 years ago
Temporary work around for 'karts being rescued incorrectly' when using quantization. This might make the game slower.
hiker
as hikerstk
More... over 16 years ago
Fixed bug 1804393 "kart model for incorrectly shares transformations" This patch removes previously selected karts from the GUI so they cannot be selected more than once. More... over 16 years ago
Fixed bug where window/fullscreen button only displayed "windowed" Fixed bug where failing to confirm a change to fullscreen did not return you to window mode Fixed bug where selecting blacklisted resolutions was possible Resolutions removed from the blacklist are now available immediately Blacklisted resolutions are now displayed but are not selectable Resolutions can now be removed from the blacklist individually Crash detection improved: Crashes / kills are now detected until either the race mode GUI is opened or STK is quit More... over 16 years ago
Fixed a minor bug with the configure script and and added an option to avoid optimizing. More... over 16 years ago
Bugfix for keyboard configuration that's not read in properly.
hiker
as hikerstk
More... over 16 years ago
Made the warning message widget non-selectable. More... over 16 years ago
Increased version number for config file. When older config files are loaded key bindings are ignored, and a warning is displayed the first time the main menu is displayed.
hiker
as hikerstk
More... over 16 years ago
Removed debug output.
hiker
as hikerstk
More... over 16 years ago