Commit graph

1165 commits

Author SHA1 Message Date
torcs-ng
494a94177a fix error with human.cpp and change championship MPA1 for speedway racing
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3388 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fd86fa1bb5b666b7a34a1e00dd582938e1dd61a1
Former-commit-id: 033cf638f42ecc52084ad33f46dcb35120752089
2011-02-21 00:47:25 +00:00
kmetykog
832499408f Re #341. Cleanup.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3387 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4fefe1b1cfa759acde71484cdd954e37d2b6aa7a
Former-commit-id: ae5bd96b3417bd57af7b3cacedf8be728dee1df8
2011-02-20 23:18:07 +00:00
pouillot
4ce468113b Fixed #305 (Preferred logo format = PNG ; RGB OK for backward compatibility)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3386 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a11ee8585b0c34e3e8525c16e070b12b4ae2ed6e
Former-commit-id: 97f6a9093bf48fb38c3c89e2c8e3522646367db3
2011-02-20 22:21:24 +00:00
kakukri
30c80e3429 Re #349: quick fix with some conditional compiling
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3385 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 21b091c82b64ce9ab55c9fd1f8c0005c5d6169a1
Former-commit-id: d85fc8a693f9225687874fe3a401e83f8f916a00
2011-02-20 20:43:35 +00:00
pouillot
569f81926a Re #307 (code cleanup) Fixed use of unitialized f data member for grass_skid instance of QSoundChar (thanks to Valgrind) ; hope it improves things on the #152 / #254 side ...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3384 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 973df8809475d85166dd3618a44a4dd8d96170fd
Former-commit-id: f2ab99ff92f8a649a6664b6a660b296d6dea33c5
2011-02-20 18:27:40 +00:00
pouillot
66f9883bd7 Re #315 Fixed Windows build with MSVC 2008 Express
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3382 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5a94b1b9fdcb5460c9ff8413887c8576d401e090
Former-commit-id: e5c5ed7f37039c5902ce105be7b610708e57d906
2011-02-20 15:51:10 +00:00
pouillot
573628d9b4 Fixed #103 (Non intuitive default camera view when changing player name)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3381 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a81728b5250b07a415ce2443abe37b6e60b00211
Former-commit-id: b582fedd7147941988cad7ed475bbfa563a41454
2011-02-20 15:30:58 +00:00
pouillot
0ab3ae9e67 Re #307 Added/fixed comments / traces + removed commented code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3380 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f39439297eab68754868e03c309c256876d237e9
Former-commit-id: 635bde20250f8dee1ff969bda1f6d32cf8204e1c
2011-02-20 15:29:44 +00:00
kmetykog
9e84675839 Re #341.
Added missing header.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3379 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5a3d5fce2bb7162d3f0e81d90d8d26f3f098d1a6
Former-commit-id: 57f896fd25d7fb3c3645f1cd8d384ffe3d0a5041
2011-02-19 23:45:33 +00:00
kmetykog
4a83d44ad2 Re #341.
Moved fuel calculation to separate function.
Tweaked initial fuel handling.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3378 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a8751e9166c3fde951b42688367312fb92b5b353
Former-commit-id: 243b130a275bfe05f819d4c18b4681063422a12f
2011-02-19 23:45:13 +00:00
kmetykog
b7cbc0da89 Use SimpleStrategy fuel calculations for human driver.
Re #341.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3377 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 151ef242124db07a8c46a210f71ad14264bd18ee
Former-commit-id: 371b0199c19a101eab630547309832ec47a167a4
2011-02-19 23:44:53 +00:00
pouillot
60b31c9478 Fixed #348 Added Random in the possible cloud cover settings
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3376 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4a3930e19f6ff213c6784b7b95c6c4c16720c8e5
Former-commit-id: 27d89e170a6edffe641c180453f1c29308d81c8e
2011-02-19 17:25:56 +00:00
pouillot
9663df8813 Re #166 (and hopefully #254) Fixed use of unitialized scrw, scrh in cGrScreen::initCams for not yet activate()'d instances
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3375 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f9c2c071a78d6f06506d6c2b6b215efb7c46a8b8
Former-commit-id: 539c229e7fde66b9e6679f5a8346995d873f93ea
2011-02-19 16:27:45 +00:00
kmetykog
dfab9152cd Re #315. Checked new code in cpplint
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3373 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f7c94071d60f12af8481723ae80ceb21092cef02
Former-commit-id: 096f0342a2475cac796488bc40a8fc58f8f2bc19
2011-02-17 23:59:57 +00:00
kmetykog
4531af28ef Re #315.
Pit wall segments are placed OK.
Team logo displayed correctly at last.
Wall starts at good position.
Load wall textures only once.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3371 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 84c96bc0ac0174324e79d01de363731b07899997
Former-commit-id: f12c1242222493ac8103fb0df526a31bf41d23d3
2011-02-17 23:42:58 +00:00
kmetykog
04c642f4fd Re #315.
Prepared to use new pit style TR_PIT_NO_BUILDING.
Added comments.
Draw low wall, some segments still transparent.
Textures not mapped OK.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3370 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a1d63ca7b42bc881eeff866b3918b924eda1a454
Former-commit-id: c5c93226a4a1963a88a6e9ba21586ed418273128
2011-02-17 23:13:13 +00:00
kakukri
774bc1a90a Re #150: gradually increase rolling resistance between 0 and 10 m/s.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3369 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6dd8dd2bc20c896c6ba7812c6ee014bfdabbbfcb
Former-commit-id: 7f02b32a69c636b8a5b6c638d5b68b9f740ebe71
2011-02-17 21:16:32 +00:00
pouillot
806e7a2d67 Fixes #222 (more skinning targets) Added support for driver skins, like in TRB1 Silber RB1LT
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3368 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9fff20ff795bcdb009c0d21f7c9c120242f5334e
Former-commit-id: 216899289edd7808e2ec8adb58392969397aad2d
2011-02-16 22:52:53 +00:00
pouillot
1530ed6c98 Fixed #342 : Enable JPEG file format for track background (and other possible) textures
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3367 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 36434d0dc7c5c95bedd45140f024f69558331091
Former-commit-id: 0ccece66b7166c8ac133c3b21da5f81a14a45b2f
2011-02-14 23:08:51 +00:00
wdbee
1d6cd42024 Simplix_trb1: SimuV2.1 dry weather setup for karwada readme.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3366 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6fcdd6fdcf1b23566d281eda2d0cc7c310acc628
Former-commit-id: 7b9f91c47226deb236174aa6b9855850fbb475cb
2011-02-14 22:54:59 +00:00
wdbee
055c52434b Simplix_trb1: SimuV2.1 dry weather setup for karwada readme.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3365 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 56bbd4b094472cf90ac96815250fbe8ee107a9b2
Former-commit-id: e09f03a83781a7b60b5a6e84894d54f23fa1ed02
2011-02-14 21:03:20 +00:00
wdbee
e1aa711d09 Simplix_trb1: SimuV2.1 dry weather setup espie
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3364 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3bc6dc0930d706490f1c3c1227178c7aba652de2
Former-commit-id: 434d3b86002222c0a491b59b8dc36fb886a61e7a
2011-02-13 23:39:45 +00:00
wdbee
7b5b4ac5f8 Simplix_trb1: SimuV2.1 dry weather setup for corkscrew readme.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3363 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0c023b3fce0f9879422d7919ae424b044274c842
Former-commit-id: 342e321c5d6a0bcbefed6ea0d42596467d6e09e4
2011-02-13 15:34:39 +00:00
wdbee
6ae1d9dc98 Simplix_trb1: SimuV2.1 dry weather setup for corkscrew
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3362 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2defa5ac1303b3e6b66e788ce899e469b9016cc6
Former-commit-id: 185a4625396b1bf00e7073790d5da74efb382ee1
2011-02-13 15:30:33 +00:00
area42
1082543778 Improved Speed Dreams AC3D exporter (*.ac source files) for Blender 2.49
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3361 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 19d3054d4f33c7c06b838becaaea3286f5e70bfb
Former-commit-id: fea9cbb345ccd3be1c97c6c3565c9fc474694917
2011-02-13 13:10:56 +00:00
area42
22fa9ab930 Improved AC3D exporter (*.ac files) for Speed Dreams
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3360 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 80658126955d65392822cdebbbdaf19036025c1a
Former-commit-id: ffe72a6a6ccb1278e2784fa3a0d255f4cc3ed505
2011-02-13 13:09:00 +00:00
wdbee
afa5472a60 Simplix_trb1: SimuV2.1 dry weather setups for brondehach
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3358 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d13dbccb24e65bdcec64dbb6dc4501d9da34c3c6
Former-commit-id: fa34373ebbc40b66602eb60294d7ad63c330316a
2011-02-13 10:05:18 +00:00
torcs-ng
8ad04c82e1 Fix bug with stars
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3357 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7d0e1495859696c8de4ff1bb8127033d50e6f556
Former-commit-id: 91178b277b0a07ea2bb126eacc660b9b3aabb004
2011-02-12 23:46:41 +00:00
pouillot
af22cf3636 Fixed #240 (messy raceman menu) added configurable race length to the 2 single event race modes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3355 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: cf4e56f97ad97c0b7468adc5241824c3b593b5f5
Former-commit-id: 09de2ebb05917be375baaf49b61222d4b378c428
2011-02-12 11:56:52 +00:00
pouillot
6cd272b584 Fixed #336 (disabled 'add competitor' button when max competitor reached) (r3353 didn't fixed it at all, my mistake)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3354 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4cd42ade060591ab72974c1d44751f081df0482c
Former-commit-id: bf5cc18b099e1ecd007cb2543825089b160d250f
2011-02-11 19:53:15 +00:00
pouillot
a43917bbc1 Re #334 (race params menu for multi-session events) Now, each race session can have its params menu, and there can also be a menu for the params that are common to all the sessions, through the new fictive 'All sessions' (see src/raceman/championship*.xml as exmaples) ; Driver select : Fixed #336 (disabled 'add competitor' button when max competitor reached) + better highlighting of 1st human driver at startup
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3353 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 918f7830fd93496dd37be1efbcf8cba45cbe94ce
Former-commit-id: 287fdb67fee66e9467f2b4f579933bbba7a81132
2011-02-11 18:22:16 +00:00
pouillot
05842d013b Re #307 (code cleanup) Added / improved traces, removed useless code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3352 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 90ed5c67386067dcde3d4e2ef250f64c0d4071ba
Former-commit-id: c4aa80e963072a2c19bf84cf6b959c331990ce6d
2011-02-11 18:09:19 +00:00
pouillot
7456b08c9e Re #330 (D16 Career mode) Fixed crash at new career start / race on 'no name' track
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3351 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 72d4b27f054a73008b2a2077f64dc72929ca9b11
Former-commit-id: 157c9eb4723ed67c308a00a38f135cb7cd8701b7
2011-02-11 17:57:41 +00:00
pouillot
d01c60c59f Added GfParmExists function to check if a given section exists (fixed clumsy previous commit, sorry)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3349 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 17bd5746bcd4b7feae66513ed8c6376d8736a76c
Former-commit-id: ffafca2085cfcdb4f0530df9d4dc80cf4ca714f8
2011-02-10 11:10:32 +00:00
pouillot
ca09b52e03 Added GfParmExists function to check if a given section exists
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3348 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3e3ee00bc01543ad1a0d0379ccb92cb388162ce4
Former-commit-id: 030f228abf47f29c021506ae25f688721ede1463
2011-02-10 11:00:06 +00:00
pouillot
611a09f3fd Re #241 (race config preview in the raceman menu) Fixed broken results loading system + loading results no more resumes the race, but only shows a preview of it ; the new Resume button actually resumes it
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3347 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 40c08dc4c2d2e6dbbe1894101f690be4eb35743f
Former-commit-id: b1696873f3698f5e4a511fbf38446e3fe00efd1f
2011-02-09 16:57:10 +00:00
pouillot
543a1cf6db Re #307 (code cleanup) merged RmShowStandings and rmShowStandings + renamed RmShutdownLoadingScreen to RmLoadingScreenShutdown + improved ReRaceStart traces
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3346 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 385254c3e585723c7b322b4ce93b5045d237e4bb
Former-commit-id: 8c698cc8e96e6f81b44779646119ed195baf3b58
2011-02-09 16:32:34 +00:00
torcs-ng
8189054fbe Fix moon disappear bug in dynmaic time and I think fix dark color in the same mode
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3344 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a690bc98351913b65ddb18c4bdd45d81a9daddbd
Former-commit-id: 25346f470c1eb37822851469404c26984114ced3
2011-02-08 10:39:38 +00:00
kmetykog
6e1a0a3839 Store shadow file in PNG. Re #326.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3343 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 19534eacaa76acbdc81b367af4829267efbe1716
Former-commit-id: d8f7b02655741ee3f75a326be6fd73f3bdde7e9d
2011-02-08 09:10:33 +00:00
harunasan
7bb9debefc Get rid of the wing adjustments in the tracks folder for the LS-GT1 cars
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3342 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c654bc5a94ffdb55e5c87f1133b8ae39c1f6e833
Former-commit-id: 4396bde9d36b594f57d4d75a5b0cae02a5bfe843
2011-02-08 01:33:22 +00:00
kakukri
b0e5d6c076 Re 139: estimate differential efficiency for top speed, use average track grip (1.1) for low and high speed cornering calculation
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3338 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e66617fd305db8b2d564c4d7c423923ddd159739
Former-commit-id: 54b6a2354982cfc5b1744781645a17be0b94d4a7
2011-02-07 19:52:58 +00:00
pouillot
d703a76fde Fixed #194 (Human driver sets throttle to 0 at second 1.00)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3337 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b093821372656a57b8449467a7f4177ee9fd3c72
Former-commit-id: ff368290e03ca1f3be3e514718acb1606928adde
2011-02-07 18:03:05 +00:00
pouillot
ac000cb136 Re #139 (Task D30 : Human car choice in race config menu) Propagated the new car category filtering system (see #330) in the Car Select menu
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3336 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ce55b47adf09917125eabbd90f019c2c67bfa424
Former-commit-id: b2cff48b0d23288d240242dbdcebbb8922493d45
2011-02-07 09:44:27 +00:00
pouillot
7616446533 Re #333 (D26 : New / enhanced menu controls) Added GfuiComboboxGetNumberOfChoices + cleaned up the combobox code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3334 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d43e042a3a934bc74cede329b65e526e100b65a2
Former-commit-id: d2897d7a96131ce406370c6d13550cd2b0ec991e
2011-02-07 09:35:37 +00:00
pouillot
7daa125973 Re #330 (Task D16 : Complete the new Career racing mode for 2.0) Fixed Driver Select broken filtering on car categories (always 1 and only 1)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3333 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 596bb84774f001708abec2e29bfc24fae80e0669
Former-commit-id: 5266832dc9e9841b9ba3c8aae470c136247b3d86
2011-02-07 08:18:22 +00:00
pouillot
90e565f811 Re #330 (Task D16 : Complete the new Career racing mode for 2.0) Added a race-type-customizable filtering system for the car categories and driver types + applied it to all race types + added better (but still not correct) support for the Career mode in the Raceman menu
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3331 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: faba08d04daad7b5bfaa8deab8f735aefcc63779
Former-commit-id: bd867efff6a2ee8ee71ed48966c6684b8834a749
2011-02-06 21:55:37 +00:00
pouillot
76280fb323 Added menu dynamics comments
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3330 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c72059c4132717212a18cbd69c357b35ee677810
Former-commit-id: 1307613c59030b6916466bf99e3eb981ea2734fb
2011-02-06 21:51:36 +00:00
pouillot
f8b871a8e0 Fixed comments
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3325 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1b6f38ebf76141efd3d75195bcd0200497e387dd
Former-commit-id: 9a586d926d45485e13221dadf25b164fb2e43a00
2011-02-06 18:34:37 +00:00
pouillot
130e77670d Re #240 (race select menu is messy) Added Career sub-type combo-box + enlarged race menus labels to reduce title clipping
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3324 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8f6587dae868a1857b61aa7443144d50a8444d27
Former-commit-id: e77f524eb9bd6354b5529ca801ea032e697556d6
2011-02-06 18:33:33 +00:00
pouillot
2bfa87668b Re #197 (D31 : Save and restore Quick Race) Fixed broken load result file (immediate return to the Raceman menu)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3323 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9fa05268836b21e2f8ddde877cab8286d499218b
Former-commit-id: 348f66873188aa8f2361252c956825ccc9534fc6
2011-02-06 18:28:36 +00:00