Commit Graph

  • 7ff5845574 Updated bullet documentation to inform users not to use new bullet versions (since STK hasn't been updated to use the up-to-date bullet version). hiker 2007-04-16 03:47:29 +0000
  • 4b2a5ca82d Added bomb to the player's manual. coz 2007-04-16 02:18:40 +0000
  • 6701b6ca73 Bugfix: non-keyboard events during entering the name were not properly handled. hiker 2007-04-15 12:12:46 +0000
  • 1f1a654f9e Minor cosmetic changes. hiker 2007-04-15 12:04:29 +0000
  • 506efa5837 Save highscores as soon as a new entry is added somewhere in the highscore list. This way less data is loss in case of a crash, and problems with writing the highscore file are detected earlier. hiker 2007-04-15 07:58:35 +0000
  • 12906fc891 Fixed warning/potential use of uninitialised variable when jumping is disabled. hiker 2007-04-15 05:56:23 +0000
  • f9292c0551 Readded moving textures to the sand track that were removed accidentally. coz 2007-04-15 00:52:48 +0000
  • a9ba4a33bd Another update for the CREDITS and NEWS files. coz 2007-04-14 07:05:08 +0000
  • 768f614e3e Updated CREDITS file. coz 2007-04-14 04:54:02 +0000
  • 3a085ac1a7 Removed a warning, fixed AI rescue and made it so it asks for rescue when on_ground only. coz 2007-04-14 04:51:44 +0000
  • 031833bf24 Bugfix: pressing backspace in the name-entry widget would cause a crash when the name is already empty. hiker 2007-04-14 03:02:54 +0000
  • 8a70361e6c Added protection from division by zero on steer_to_angle(), changed the AI to steer away from the sides before they are out of the road(helps the easy and medium difficulty AI in the island track) coz 2007-04-13 19:50:00 +0000
  • d4b25d3a37 1) Disabled jumping 2) Fixed NAN problem when rescuing karts. hiker 2007-04-13 09:26:39 +0000
  • 6402267356 Fixes make install problem with the island images. coz 2007-04-13 07:46:39 +0000
  • e81f601e29 Fix mikmod music.raw bug coz 2007-04-13 03:54:59 +0000
  • 949cb6efc9 Fixed bug Extreme shortcuts possible after one round. coz 2007-04-13 03:27:10 +0000
  • 04c496bd24 When under a road without intersections, the sector isn't that road's sector anymore. Also increased the limit of findOutOfRoadSector() to 10, since there is no need now to have a low value. coz 2007-04-13 02:26:54 +0000
  • d73a84c825 1) Player can now enter their name (using a _very_ simple widget). 2) The time for the last kart will not be entered into the highscore list (since it potentially hasn't finished the race). 3) Number of laps is now used to distinguish the highscore lists. hiker 2007-04-11 22:08:08 +0000
  • fb42c7cc37 Fix fullscreen/windows switching problems on Macs. hiker 2007-04-11 22:04:45 +0000
  • 9c15ebce94 Lowered the limit of sectors for the findOutOfRoadSector() func to look to 2. coz 2007-04-11 04:43:25 +0000
  • f707cf482a Speed reduction by materials happens only when karts are touching the ground. coz 2007-04-11 04:40:45 +0000
  • a5f9ea5e0c Limited the scope of the out of road detection to up to 3 sectors. coz 2007-04-10 03:10:01 +0000
  • 8d9cc68f56 Added moving textures and finish line to the island track. coz 2007-04-10 02:56:05 +0000
  • 55b9c14976 Added island track. coz 2007-04-07 23:49:46 +0000
  • eec7e08954 Reduced the amount of time the AI crashes before requesting a rescue. coz 2007-04-07 23:48:02 +0000
  • fe10a60446 Force a slowdown of the karts and a reduction of acceleration if a kart kart enters a surface with a lower friction value. hiker 2007-04-07 15:17:02 +0000
  • 6b5ed1a7ad Fixes for bug #10824 coz 2007-04-07 06:32:22 +0000
  • a3c2fabacf Added entry for menus and icons. coz 2007-04-05 21:49:25 +0000
  • d65aad7a11 Fixes for the star track crash. coz 2007-04-05 16:14:49 +0000
  • 180fb76289 Players/AI cannot use items while they are being called for rescue. coz 2007-04-04 03:27:07 +0000
  • 5619f67132 Removes some testing code from the AI that was left behind. coz 2007-04-04 02:47:53 +0000
  • c4941fa0f4 Eliminates protection from going to 0 to 1 laps, removes some compile warnings. coz 2007-04-04 01:36:47 +0000
  • aa4c473554 Force karts to go through most of the track before being able to count laps to prevent cheating. coz 2007-04-04 00:52:00 +0000
  • 427040cf62 Added missing #ifdef around code usiogn VERSION. hiker 2007-04-03 23:42:13 +0000
  • 4ec3cc5fe3 Change font scaling so that it is only done for lower resolutions (<800 width), otherwise the fonts are scaled up and lug probably ugly, and text positioning is incorrect with high resolutions (1280 and more), e.g. the clock displayed in the race gui. hiker 2007-04-03 01:06:54 +0000
  • fbc7e47238 Unnecessary and unused file. hiker 2007-04-03 00:40:05 +0000
  • 16585ea0cc Tweaked the sand track's driveline so the AI wouldn't get stuck inside the pyramid. coz 2007-04-02 17:07:21 +0000
  • 3bda4a3483 Fixed a bug that caused the AI not to stop asking for rescue. coz 2007-04-02 17:06:31 +0000
  • ad4aed2f1a Fixed svnversion syntax to work with older versions of svnversion, and improved layout of output. hiker 2007-04-02 05:27:28 +0000
  • a01c001c81 Added short python script to remove the textures paths from AC models. This is for tracks in development, which might have (depending on what script is used for the export) full paths in the model files. hiker 2007-04-02 03:21:10 +0000
  • a4f54e6ca4 1) The command line option --version will now display the SVN revision number (if available) - in addition to the VERSION defined in configure.ac (which is now 0.3alpha). 2) More work on Mac support. hiker 2007-04-02 02:22:03 +0000
  • e054d349ac Created tools directory, moved the robot templates into it, and added the track export & driveline import script. coz 2007-04-01 15:11:10 +0000
  • 8d378d1c6e Bugfix: when driving a Grand Prix, you had to select "back to main menu" to get to the next track in the Grand Prix. hiker 2007-04-01 13:10:55 +0000
  • c9e006388e Changed a few drivelines coz 2007-03-30 22:06:52 +0000
  • 7e28f8b99d Improved AI's braking and some other small details. coz 2007-03-30 22:01:12 +0000
  • ab0feb0cdc Removed warnings for having points in the driveline too close. coz 2007-03-30 21:58:43 +0000
  • 295e64b039 Added a note about needing an apparently useless pair of parenthesis. coz 2007-03-30 21:57:51 +0000
  • 410d1a1214 Added clearing of the m_controls struct in Kart::reset() coz 2007-03-30 21:56:10 +0000
  • add66971ce Improved Mac support for sdl and openal. hiker 2007-03-30 07:06:17 +0000
  • 1ed631a30a Bugfix: order of OpenAL tests was incorrect, resulting in OpenAL not being detected anymore. hiker 2007-03-29 14:12:29 +0000
  • 7fc815fc65 Apparently there was a () missing(?), it wouldn't compile when using plib sound anymore. hiker 2007-03-29 04:00:33 +0000
  • 8843de9c59 1) Improved Mac support (missing include file in main, path to OpenAL wrong) 2) Included empty highscore file to avoid warning. 3) Improved handling of missing/incorrect highscore files, better messages are displayed. 4) Highscores are now properly installed, to select the path use the --sharedstatedir option in configure (which defaults to PREFIX/com. hiker 2007-03-29 03:38:12 +0000
  • aa99641158 1) Fixed compilation problems (only with certain compiler versions it appears) for highscore manager. 2) Re-applied fix for warning in kart.hpp, which I had removed by accident. hiker 2007-03-28 12:50:03 +0000
  • b2c25f1aab Added highscore support. hiker 2007-03-28 02:20:44 +0000
  • cbd019e326 Fixed minor memory leak. hiker 2007-03-28 01:46:56 +0000
  • c8a9bb972f Changed the settings for the bomb so that it explodes earlier, and if it's passed on to another kart it will explode even earlier :) hiker 2007-03-28 01:33:54 +0000
  • 7161f15538 Added some experimental changes to the AI, plus guards against divisions by zero caused by giving sgNormalize* vectors with zero length. coz 2007-03-26 18:48:01 +0000
  • ef879ab147 The karts now set the wheelie angle to 0.0 when reset() is called. coz 2007-03-26 18:07:04 +0000
  • 0e6eba1d3c Changed m_track_sector from uint to int to avoid warnings. coz 2007-03-26 18:06:04 +0000
  • d3598f1ae4 Added a m_on_road variable to the Kart class, to say if the kart is on top of the road; cleaned up a bit the unknown sectors handling. coz 2007-03-22 16:51:19 +0000
  • aeb9bdca9c Fixed compilation error introduced by previous commit. coz 2007-03-22 15:47:32 +0000
  • 405a6e775e Removed some unnecesary code. coz 2007-03-22 15:43:08 +0000
  • f01d8454a4 Added clearing the controls in the reset() function to the robot template. coz 2007-03-22 04:53:32 +0000
  • 362887d305 Cleaned up the default robot difficulty settings coz 2007-03-22 04:51:51 +0000
  • 49286bcca9 Renamed all the track hint's to sectors. coz 2007-03-21 01:10:24 +0000
  • e49af4c958 Fixes a dumb error in naming the variables introduced by the recent commit. coz 2007-03-20 16:52:31 +0000
  • 846a616dbe Cleaned the robot template. coz 2007-03-20 16:37:37 +0000
  • d446cd57a4 Changed the function that finds the track hint for a more accurate function, and cleaned the AI a bit. coz 2007-03-20 16:34:01 +0000
  • b9abfdf74e Added notes, changed some formatting. coz 2007-03-20 16:12:54 +0000
  • 4cb1fb8526 Removed space between "-L" and ".", which gives an error on Macs. hiker 2007-03-14 23:57:39 +0000
  • 6d53e0b1fb Fixed bug for Ogg Vorbis in configure.ac coz 2007-03-06 18:22:30 +0000
  • 4b1fc7190b Fixed a wrong #define. coz 2007-03-06 18:11:17 +0000
  • 609fc20813 Robert's lap number selection patch and his fix include typo patch. coz 2007-03-06 17:33:35 +0000
  • d189d9d9a1 Robert's fix for non-visible input config string patch. coz 2007-03-06 06:24:25 +0000
  • 2b48c4d276 Ogg vorbis support. Just install the ogg and vorbis development libraries and autoconf should detect it without human intervention. coz 2007-03-06 01:00:26 +0000
  • b001f2d2f2 Renamed physics-parameters related classes and files into stk_config. The stk_config files (and classes) now store general configuration parameters, e.g. duration for attachments etc. The idea is that as many parameters are possible can be changed without recompiling. hiker 2007-02-28 05:43:34 +0000
  • b9b7883109 Disabled gettext translations (for now). hiker 2007-02-28 01:48:33 +0000
  • 9531ea0778 Changed robot docs to tell users to use sh reconf.sh instead of make. coz 2007-02-27 18:28:46 +0000
  • 20d39a355b 1) Removed translation of 'internal only' error messages. A new pot file has been created. 2) Renamed config into user_config (since it stores user settings only). hiker 2007-02-26 23:34:43 +0000
  • fc7e977d2f Added new 'bomb' attachment. hiker 2007-02-26 04:47:07 +0000
  • 97bad76ceb Bugfix: Using LC_ALL prevents sscanf to correctly parse drivelines. hiker 2007-02-21 08:37:32 +0000
  • 61798f97fa 1) Started adding support for gettext: nearly all output strings are in _() now, a new translation.hpp file handles the actual initialisation. 2) Added a generic try-catch around the main program, to catch all exceptions gracefully. Replaced some exits (due to an error) in functions with appropriate throw statements. hiker 2007-02-20 23:50:35 +0000
  • 8845f977c6 Renamed the manual's folder to players manual. coz 2007-02-18 05:22:51 +0000
  • cf0ccb66cb Added some documentation on adding new robots. coz 2007-02-18 05:19:34 +0000
  • f009ba17fa Added a template to create new robots. coz 2007-02-18 05:13:33 +0000
  • 0570272a55 Changed STK to be able to use more than one AI. coz 2007-02-18 05:03:26 +0000
  • 8959c1d39a Fixed a few bugs in the help menu. coz 2007-02-15 07:34:47 +0000
  • 2b698c9985 Yet another bugfix for the help menu, models were being carried to the 2nd screen. coz 2007-02-05 21:17:54 +0000
  • 316341f6c8 Removed two unneeded includes. coz 2007-02-04 02:35:18 +0000
  • a7df840af1 Improved in-game help screen. coz 2007-02-04 01:38:54 +0000
  • 6a534b7f5d Small cleanup coz 2007-02-04 01:37:49 +0000
  • a200c1647a Changed joystick menu handling so the players have to tap the stick to move through the menu, changed a race result message from Continue to Back to the main menu coz 2007-02-02 16:37:30 +0000
  • e1de3babb3 Restored mouse behavior. coz 2007-02-02 01:59:39 +0000
  • 0fd685facc Updated list of changes. coz 2007-02-02 00:41:28 +0000
  • 7ebd6239c0 Changed tuxkart model, moved original to the contrib directory. coz 2007-02-02 00:09:16 +0000
  • b69e888d74 Improved manual. coz 2007-02-01 18:18:29 +0000
  • 551cc47f1d Cleanups, better character selection screen, images can have sharp corners. coz 2007-01-27 15:58:36 +0000
  • d417ca0c09 Better widget set documentation, style changes and the aspect of the second help screen is fine now. coz 2007-01-27 01:41:37 +0000
  • 9d366b8edd Fixed a simple bug that prevented the default controls of the 3rd and 4th players, updated docs to reflect this, and erased a small header. coz 2007-01-25 21:44:39 +0000
  • a4946f4a0a Inverted scrolling text widget controls, added a screen to the in game help text, however it's very disorted now. coz 2007-01-25 15:49:22 +0000