Changesets: spring
develop 13013f2b
Timestamp: 2005-08-04 11:01:15 Author: xiphux [ Details ] [ Diff ] |
Ripped out old WGL texture-based font, use basic internal GL bitmap fonts for now git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@121 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
mod - rts/glFont.cpp | [ Diff ] [ File ] | ||
mod - rts/glFont.h | [ Diff ] [ File ] | ||
develop 72ea0481
Timestamp: 2005-08-04 08:25:55 Author: coryrc [ Details ] [ Diff ] |
More updates to the syncTrees git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@120 37977431-3df6-0310-b722-df95706aa16b |
||
develop f8c63f6c
Timestamp: 2005-08-03 00:21:27 Author: xiphux [ Details ] [ Diff ] |
- Cleaned up emulated windows types - Added dotfileHandler, a file-based Linux alternative to RegHandler git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@119 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/RegHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/RegHandler.h | [ Diff ] [ File ] | ||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
add - rts/dotfileHandler.cpp | [ Diff ] [ File ] | ||
add - rts/dotfileHandler.h | [ Diff ] [ File ] | ||
mod - rts/include/linux/windows.h | [ Diff ] [ File ] | ||
mod - rts/include/linux/winreg.h | [ Diff ] [ File ] | ||
develop 77e2aebb
Timestamp: 2005-08-02 22:32:22 Author: xiphux [ Details ] [ Diff ] |
Whoops, a little extra junk made it in git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@118 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/include/linux/windows.h | [ Diff ] [ File ] | ||
develop 23047130
Timestamp: 2005-08-02 22:24:40 Author: xiphux [ Details ] [ Diff ] |
Added support for: - Bitmap file headers (bmp/pcx handling) - Floating point control word manipulation (_control87, _clearfp) - Improved QueryPerformanceFrequency, using /proc/cpuinfo on Linux and gettimeofday usec timing otherwise - QueryPerformanceCounter, using rdtsc on pentium class, itc on ia64, or gettimeofday otherwise - Improved MessageBox() stderr output, with conversion of MB_ICONs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@117 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/include/linux/windows.h | [ Diff ] [ File ] | ||
develop 0933904f
Timestamp: 2005-07-27 22:43:08 Author: coryrc [ Details ] [ Diff ] |
Updated syncTrees again git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@115 37977431-3df6-0310-b722-df95706aa16b |
||
develop f15199b5
Timestamp: 2005-07-27 20:09:16 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@114 37977431-3df6-0310-b722-df95706aa16b | ||
develop 126b1ef5
Timestamp: 2005-07-27 19:50:24 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@113 37977431-3df6-0310-b722-df95706aa16b | ||
develop 4979c097
Timestamp: 2005-07-26 18:40:17 Author: xiphux [ Details ] [ Diff ] |
Minor OpenBlock/OpenSquare compile fix git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@112 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/PathFinder.cpp | [ Diff ] [ File ] | ||
develop d9c9af9e
Timestamp: 2005-07-25 16:42:34 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@111 37977431-3df6-0310-b722-df95706aa16b | ||
develop f4002971
Timestamp: 2005-07-25 02:03:42 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@110 37977431-3df6-0310-b722-df95706aa16b | ||
develop e1394137
Timestamp: 2005-07-24 03:21:08 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@109 37977431-3df6-0310-b722-df95706aa16b | ||
develop 18d25b28
Timestamp: 2005-07-24 02:31:05 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@108 37977431-3df6-0310-b722-df95706aa16b | ||
develop 384f5cc2
Timestamp: 2005-07-23 13:23:18 Author: gnibu [ Details ] [ Diff ] |
* libhpi not implemented yet * trivial patch that mostly rename abs/min function calls into fabs/fmin by Charles Longeau <clongeau@gmail.com> git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@107 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/MissileProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/SCustomize | [ Diff ] [ File ] | ||
mod - rts/SunParser.cpp | [ Diff ] [ File ] | ||
mod - rts/groundmovetype.cpp | [ Diff ] [ File ] | ||
add - rts/libhpi/HPIFile.cpp | [ Diff ] [ File ] | ||
add - rts/libhpi/HPIFile.h | [ Diff ] [ File ] | ||
add - rts/libhpi/copying | [ Diff ] [ File ] | ||
add - rts/libhpi/readme | [ Diff ] [ File ] | ||
develop 8073dd15
Timestamp: 2005-07-20 07:53:35 Author: coryrc [ Details ] [ Diff ] |
Added GPL notices to syncTrees, misc doc updates. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@106 37977431-3df6-0310-b722-df95706aa16b |
||
develop b0f35e1c
Timestamp: 2005-07-19 08:55:34 Author: coryrc [ Details ] [ Diff ] |
Update to documentation/plan. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@105 37977431-3df6-0310-b722-df95706aa16b |
||
develop 7fe1198e
Timestamp: 2005-07-17 09:04:37 Author: coryrc [ Details ] [ Diff ] |
Added the optionsTree git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@104 37977431-3df6-0310-b722-df95706aa16b |
||
develop 751d1257
Timestamp: 2005-07-17 08:53:41 Author: coryrc [ Details ] [ Diff ] |
Adding first draft of syncTrees git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@103 37977431-3df6-0310-b722-df95706aa16b |
||
develop fc41c2a2
Timestamp: 2005-07-07 23:28:38 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@102 37977431-3df6-0310-b722-df95706aa16b | ||
develop 3f87bcfe
Timestamp: 2005-07-06 03:03:59 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@101 37977431-3df6-0310-b722-df95706aa16b | ||
develop b9f4d6fb
Timestamp: 2005-07-05 08:46:22 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@100 37977431-3df6-0310-b722-df95706aa16b | ||
develop 77361ade
Timestamp: 2005-07-05 08:41:25 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@99 37977431-3df6-0310-b722-df95706aa16b | ||
develop a51acec4
Timestamp: 2005-07-05 04:27:21 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@98 37977431-3df6-0310-b722-df95706aa16b | ||
develop 55b6ba9e
Timestamp: 2005-07-03 04:15:27 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@97 37977431-3df6-0310-b722-df95706aa16b | ||
develop e26a453f
Timestamp: 2005-07-03 04:14:17 Author: ace07 [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@96 37977431-3df6-0310-b722-df95706aa16b | ||