Commit graph

2276 commits

Author SHA1 Message Date
pouillot
f671a4ee33 Removed interfaces/js.h and use plib's one
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@324 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ecbc9045d29ebc115a0c33fe5941dfdf08cab164
Former-commit-id: e06d1ceb015e9990169614f12c305b94a5b97ee6
2008-11-26 22:20:39 +00:00
torcs-ng
b0562fc8ab Remove animdriver and wheel3d variables because not used
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@310 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a8eb4bcaa7fa265cf26fc1def08f48478a8191e6
Former-commit-id: c0464696bc0db37a12d90c4e47378a4c4857ec19
2008-11-24 16:13:32 +00:00
martkelder
97237ff7fd Added (char const*) explicit cast in src/libs
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@309 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 405f967c47861b7d3a86caab66a02003d6ac8e58
Former-commit-id: 247d672fbde8aed289859c05aa374f0d65012728
2008-11-24 10:54:06 +00:00
pouillot
07b0a65df7 Fixed USR_GP3601 bad const char* conversion to char* (GCC4.2) and unused vars warnings
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@302 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 64ae034e69d146e1eb7906a0a0a29ea9c4f4bf65
Former-commit-id: e942e84edbe91e1791f6fc3dfab1a186995f0808
2008-11-23 10:34:03 +00:00
martkelder
807777bd97 GfParmGetMinorVersion and GfParmGetMajor version are not part of trunk; removed from .def-file
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@286 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d5e6ce389590d0fac5578e57c773b89844c0cdcb
Former-commit-id: a7c09a7fc7ed92696e8df91278a9f39db1a625c5
2008-11-21 06:52:46 +00:00
andrewsumner
141e426add 36GP - robot driver enhancements and new/revised track setups with even quicker laptimes.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@285 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5821211acfb4eb2da8ee615acd9f93fed67e68ad
Former-commit-id: 96a037977fdd91285f6d27d901cb03fcff071c6d
2008-11-20 22:22:56 +00:00
andrewsumner
fba9da3d0e Reduced the wheel-spin smoke effect as it was over the top. This should also fix compile issues on linux.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@279 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1a177e882b59a428c611d1dc4c349779a137e23f
Former-commit-id: 1dc54a965f6586e92dd038c9eee7fa857f0c3504
2008-11-19 21:42:58 +00:00
andrewsumner
f1fdd21d89 Fixes for compiling under Windows (const char * errors), and my "driven wheel slip creating smoke" patch, probably needs a little work. Accelerate a powerful car with steer on full lock (in other words, do a "donut") and you'll now see smoke from the tires whereas before you didn't.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@278 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 27b46ae34a35bff6f8db6a68c21742664fb19893
Former-commit-id: 6d5a6f892463ddf6461104af227832e49a009460
2008-11-18 23:42:30 +00:00
pouillot
3cb080c03b Fixed const char* assignment to char*
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@277 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 69a80a1b48cbc127d130ea50c55241eefa5d0f54
Former-commit-id: 6842d22c4a9189c24d0b22a3b5473ebe926b2c27
2008-11-18 22:04:05 +00:00
martkelder
3d403eec53 Merged commit 255,256,272 and 273 from branches/sdl-port to trunk.
Commit 255 by martkelder:
  Fixed compile warnings in GCC 4.3.
  Did that by adding const on a lot of places.
Commit 256 by pouillot:
  Fixed const char* assignment to char*
Commit 272 by briangr:
  fixed const char problems in locus
Commit 273 by briangr:
  fixed Windows compile error problems


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

Former-commit-id: ea535b6084189323bb4ad0a4cc09d97866af84e7
Former-commit-id: 081144e7c4838a93b147a8b076be91c68e5e4475
2008-11-18 08:42:47 +00:00
andrewsumner
13163e63f9 36Gp - updated robot xml
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@270 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6195d9e79bc3a20297ea795b3a465a560e3ea708
Former-commit-id: ce0239f6b750b54574199679599415777e142738
2008-11-18 00:33:11 +00:00
andrewsumner
73a92f92e4 36GP - adding logo.rgb
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@269 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 92becf066dc6502f503ab6ddccac298d7a45818d
Former-commit-id: c9f77f1aeb7b0b66a6629498cf6edc23ae4b2e67
2008-11-18 00:07:04 +00:00
andrewsumner
b49b67bf7d added 36GP xml file
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@268 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d87a4d312306378093f8bb82c2585a69ab513f74
Former-commit-id: 74793fb4503ea69bceaa1c3f6bdbe0ad875afff1
2008-11-17 23:55:41 +00:00
andrewsumner
3b3ece9eff 36GP - renamed XML files to fix upper/lower case problem on linux
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@267 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 64a4023b4faf1f40d6bd1edba1f0557c6e939b1e
Former-commit-id: 28808611fea50e7bb0bcdad7c96aef5d2aaa7a05
2008-11-17 23:38:57 +00:00
andrewsumner
936e8d08ae more 1936 GP linux makefile fixes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@266 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6c1fcc7d07b5193457e9b72961e6cb203015616d
Former-commit-id: 31cda1efcd0bb4a4593b1de0a3ee1aea4de7c733
2008-11-17 23:35:34 +00:00
andrewsumner
9aa196bec6 extra file removed
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@265 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 60b82de8746e4e29db3134956f321cdd4596695c
Former-commit-id: a4d897e274c4949ba4deb77080f60996c56eb004
2008-11-17 23:30:06 +00:00
andrewsumner
9ec0beecad fixes (hopefully) an install issue on linux
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@264 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1f92226e7b916b617b8cd0c748386c802d59c9a7
Former-commit-id: 49cc0692b246d737f0a9aa59f551897ce01c1ee1
2008-11-17 23:23:51 +00:00
andrewsumner
c5f3476dea Initial version, 1936 Grand Prix USR-based robot driver. More track setups to come, along with driver names, skins and animated driver models.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@261 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c643c71d86b350a28051aa05115898af4e703d26
Former-commit-id: c23a1ebd3aa8fa022fbb677e4f4074b709e96db0
2008-11-17 22:33:41 +00:00
pouillot
d0780006f4 Reverted replacement of #include <string.h> by cstring for GCC 4.3 compatibility in non Torcs-NG sources
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@260 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1423d6a958bbe56a1a0fc8c35c1a70365add7f96
Former-commit-id: 0d600b212031e37ee2ca448e097ef18011d9daaa
2008-11-17 22:29:19 +00:00
pouillot
56ffada152 Replaced #include <string.h> by cstring for GCC 4.3 compatibility
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@258 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 76fe47c11dfa6939793c43fb05ae71fc2a74fadb
Former-commit-id: 0224ffe264f0634837b6293493daaa31f15976c8
2008-11-17 22:25:04 +00:00
pouillot
5b918c64de Contributed by Eugen Treise
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@257 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 28eb6e2b0d3eb851b9c4f71f84ae6bb1adc62c39
Former-commit-id: 0a8559ec091c9478d8f3a1ddd14fc4019769c595
2008-11-17 22:14:49 +00:00
pouillot
4045527417 Fixed typos in debug messages and comments
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@250 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 31e8791688f3974e66151d450186bdae166aabfc
Former-commit-id: 9505d2b7142dade9eadf36b02ac0a0120f7f4954
2008-11-16 18:32:58 +00:00
andrewsumner
e4bf59c399 added project files for Visual Studio 2005
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@216 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a7a157037fe7af30f74f5ef9d63381a21dce7847
Former-commit-id: 173b06ebefe7e40b71094b1a48e3f30a5db59089
2008-11-12 02:44:40 +00:00
andrewsumner
c3cc7652f4 3D models and graphics will no longer load if race is in "results only" mode
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@214 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a936e9cd25d1bb1ed33bbef328114cd0c636f6c4
Former-commit-id: 403a96555e806ff8a1b7a490bcd2d9dad1e281cb
2008-11-12 02:06:38 +00:00
andrewsumner
fd659f9752 Added autoclutch, ASR and ABS fixes/enhancements - please test!
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@213 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4b69c5ae8f56a9b642e516b4ef04a32cee511167
Former-commit-id: 93dd9e7564f27ca337940bebe649254c8b10fe4a
2008-11-12 01:14:03 +00:00
andrewsumner
48f6f3cc49 added differential changes to simuv2 from simuv3, including the new "Locking" diff and changes to Limited Slip diffs.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@204 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 397f80d1ac40ecd0182d792679e71feac269c2cd
Former-commit-id: fdf48ac21e0fe34a928f7d84a48ab5a58792cd62
2008-11-11 05:39:28 +00:00
andrewsumner
1cff825276 Fixes for compile problems using Visual Studio 6.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@137 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2aecf69ee688a51daf8753c0c0759b97ee3d7434
Former-commit-id: 761ac8c3e26d586280a1d8b0d9735a7e302e2148
2008-11-03 22:50:14 +00:00
andrewsumner
c6c7e2b48b imported TORCS "tip" simuv2 plus support for the new suspension types (Simple, Ideal, Wishbone) from simuv3
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@136 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 201b1e5d7bd217dea1ac1610cccf895669ebbebf
Former-commit-id: 8a446e5c85226f7cad32dc10e6e30f6cca66cc9e
2008-11-03 22:45:26 +00:00
torcs-ng
a42e5983ba Update typedef for visual c++6 in windowsspec.cpp by Andrew
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@132 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d9b9ef5dbf84bb54a720e8f1c2cd1aaf8a12847a
Former-commit-id: f0325a3c8e20680ab863d7534ff473824a21f231
2008-11-03 17:36:17 +00:00
pouillot
f0b92d7072 Fix disappeared brake light (merged from Torcs r1-3-1)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@128 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e079579217c7325e2ae190448482048c29d8aef4
Former-commit-id: 84406b90e4f132ec5c8700fe10fbd45a50698fd4
2008-11-02 21:50:51 +00:00
andrewsumner
0db07f4ba2 Fixes for Autoclutch, ABS and ASR
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@118 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2f59a3cc21aa3aaeb0feae8f2aa6d771e7291a9d
Former-commit-id: ac096d7c9e8d7ead7fa03ba161280e7dd88f9f67
2008-10-29 22:48:26 +00:00
andrewsumner
949730cae3 Sets affinity to a single processor - needed for Windows Vista else rendering is jerky.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@112 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 96dd6e14b17d464feb18c49b7d160475f671ce05
Former-commit-id: b49033ca2875742c4e04ece9b9bd77aabf7eff3a
2008-10-28 23:37:56 +00:00
andrewsumner
d5fa8d7774 more changes to make cars "shiny" on various tracks
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@111 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 67a354b636d4982b943251a25a2e75f5b867bf2b
Former-commit-id: 792389362e364be147f8a9fb12fcaacd2d4fc4c2
2008-10-28 22:41:55 +00:00
pouillot
8a2f74c4e1 Slow down CPU (fan noise / energy waste) when full power not necessary (like in menus)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@103 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b2c2e1233233f581c5a57494a4321639203509a0
Former-commit-id: 0b36ed88bc5f963d4e96af8153ce1a6bb047e6f6
2008-10-27 20:47:08 +00:00
pouillot
2baf34d66a Fix disappeared brake light (merged from Torcs r1-3-1)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@92 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e6e11c9779f5a1010b2b0139d17110a3b3e40b1d
Former-commit-id: e56e533cfff63637da1baeeb47fc676757714482
2008-10-25 20:28:12 +00:00
pouillot
2a81a5c280 Torcs => Torcs-NG
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@88 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: cbe5bd35ede4be376d20ba1b14fba5289a065827
Former-commit-id: 4d6ea7dc617f0ef5ab96280273468122e078b671
2008-10-25 14:14:31 +00:00
torcs-ng
4a6811fa1b Modif Makefile in raceman/extra
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@69 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 735ef5185d33e4693456dde70d2269a7ef922bc4
Former-commit-id: ccb87773636293e8749cde6cf9a8a48f3d7776df
2008-10-13 10:11:24 +00:00
torcs-ng
d8ddd3ef58 Add Makefile in raceman/extra
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@68 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f8fd3c50e64a6690443a67c45b35fc65aad5169b
Former-commit-id: a1ded99944d0417e5617916fe96e044748746643
2008-10-12 22:22:57 +00:00
pouillot
5ce5ca20b5 Added -k option (must be first) to keep $LOCAL_CONF untouched after a make install
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@66 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2db9c8e620e6ecaf3c3e3167a53919213dcc9a8d
Former-commit-id: 7b3a5289ea060a6ea6677f68180a71f837e5df7e
2008-10-12 19:24:46 +00:00
pouillot
45b37b87d8 Fix debug compilation
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@65 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d20bf1e5d86891c506860365f1df4a0982fb7ddd
Former-commit-id: 464cb2b4fb3465f6a80db2b7f363617e65feef77
2008-10-12 19:23:32 +00:00
torcs-ng
e6aa716ba2 Add include stdlib and cstring in simuv3/Option.h
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@61 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 73aa44edce51f6cb903ced4a9b5432e99b0ad2bc
Former-commit-id: f3ede9b736d1e7739f209205fd2b0c980f828f58
2008-10-11 22:22:10 +00:00
pouillot
c34699da30 Exclude .svn subdirs, not CVS ones, now we fly SVN
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@60 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: dd37364953b45a0b8f81e325a7d5d5eb0b054a27
Former-commit-id: 9c55ae5d05f98e7241407af582d32a950f59e918
2008-10-11 20:54:46 +00:00
pouillot
6522810047 Activate Simulation menu to choose between V2 and V3
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@59 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a8e5b4b80e7c0a7ef28a4a2c680d15c6a382e385
Former-commit-id: 418bb055948f318d992d044202f10426bd64038a
2008-10-11 20:51:45 +00:00
pouillot
ab93e180e3 Fixed include/lib pathes and file list, compilation options ...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@58 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: bf20b0dbe514ed24d61589635896fce36df02cc6
Former-commit-id: 5bfecda3db60fbee7783db2a90e4ebcec6d9be74
2008-10-11 20:31:53 +00:00
pouillot
9592b6ed8d Fixed includes for GCC 4.3 compatibility
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@50 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9d6c9926ef9b36c2039f327effc7a44edf608852
Former-commit-id: f8c528c1464f02382ccd39f008c81db454cc407c
2008-10-06 20:55:23 +00:00
pouillot
3503441868 Removed configure-generated files from repository
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@49 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2dec6b2a8500d27e1fccd81c357b303d47ce0930
Former-commit-id: 22f2c6e8c8311d40242bf71f6367065871c26449
2008-10-06 20:44:32 +00:00
pouillot
441d170ebd torcs => torcs-ng only where strictly necessary
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@48 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 258e576753b218f6f0b459e8931401e40ebdcab5
Former-commit-id: 602d11cbcec1e69965b363334ee94bfbdfb8d0f1
2008-09-30 20:41:08 +00:00
pouillot
ca98eef652 Rename executables for torcs-ng
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@46 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: be0e10b93f05811510ead4a5919d610e93ad35c0
Former-commit-id: 9b7981a73e40d49ebecc4c2386ee75e160a5fd49
2008-09-29 20:30:25 +00:00
torcs-ng
0ef2f9518e Change torcs.rc to torcs-ng.rc in wtorcsng.dsp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@41 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 098bfb006b291cd1897bc5ca5a96d1821ef4b281
Former-commit-id: 6d06ce076fca5c972aab8e10f307bfb5ca9d0256
2008-09-25 13:14:07 +00:00
torcs-ng
8bd6267cb1 Remove wtorcs-ng.dsp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@40 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 45f33e54f7cf54ecbfe2bb60f924a98bb7b0527b
Former-commit-id: d15bbec1fbcc203cd63b02a062a6d19ef286c591
2008-09-24 20:58:17 +00:00