235 Commits

Author SHA1 Message Date
VIA
b3fd392d6d start using yield correctly (yay it fixes issue) 2025-09-28 13:40:21 -07:00
VIA
16bf1af5ed majorly redo Lobby.cs and surface impending issues to fix 2025-09-28 01:43:24 -07:00
VIA
a0c96b0325 Lobby.cs: reimpliment authenticateUser() without Boo/UnityScript 2025-09-27 16:19:16 -07:00
VIA
cd003d1625 Get rid of Boo from ColliderAtach.cs and FloorController.cs 2025-09-27 15:19:38 -07:00
VIA
bd59655cdd Remove Boo from CameraVehicle.cs 2025-09-27 15:04:46 -07:00
VIA
830fdeaadd remove unused BuggyWheel.cs 2025-09-27 14:37:00 -07:00
VIA
4c9df91db9 Get rid of Boo from BaseSimple.cs 2025-09-27 14:33:34 -07:00
VIA
bd0c84822f Buggy.cs: make no longer dependant on UnityScript and Boo 2025-09-27 14:25:40 -07:00
VIA
511084f54c Assimilate TerrainController.cs and get rid of UnityScript/BooLang stuff 2025-09-27 13:46:23 -07:00
VIA
168b2c086d EntryPoint.cs replace boolang garbage with c# equivalents 2025-09-27 11:20:06 -07:00
VIA
2281dda4dd remove redundencies and comment unused vars 2025-09-27 10:28:36 -07:00
VIA
c663c6423c change bracket style back to c# 2025-09-25 14:32:05 -07:00
VIA
84b80c3aab Demystify CompilerGenerated stuff 2025-09-25 13:56:03 -07:00
VIA
233b952070 Copy Aubs cs in place of decomp Assembly - CSHarp 2025-09-25 13:16:05 -07:00
VIA
210cfbbd5e replace Assembly - CSharp decomped code with Aubs origical C# source 2025-09-25 12:50:32 -07:00
VIA
9eddcafd14 fix markdown typo 2025-09-25 11:49:14 -07:00
VIA
1dec9a1d64 Split README.md into main and Game 2025-09-25 11:47:51 -07:00
VIA
d50955d4e0 Shelf the lowest level stuff until its immediately relevant 2025-09-25 11:40:53 -07:00
VIA
3935bb52b8 Move all the game script related stuff into "Game" folder 2025-09-25 11:38:46 -07:00
VIA
07c5e35649
Update README.md to update mission statement 2025-09-25 17:42:36 +00:00
VIA
1e0f56399d
Update README.md in ordinance with vs2008 transition 2025-09-25 17:41:12 +00:00
VIA
89dd74903c finish transitioning project to vs2008 2025-09-25 10:35:01 -07:00
VIA
e4c029d00d transition Assembly - UnityScript to vs2008 and add needed things to gitignore 2025-09-24 22:43:06 -07:00
VIA
cd610c59c9 transitioned UnityScript.Lang to vs2008 2025-09-24 22:00:32 -07:00
VIA
11210436ef transition Ionic.ZLib to vs2008 2025-09-24 21:46:59 -07:00
VIA
7fc60dcba3 convert Assembly - CSharp - first pass csproj to vs2008 and get rid of other old thing 2025-09-24 21:30:02 -07:00
VIA
6f29fb2621 fix bugs caused by UnityEngine transition to vs2008 2025-09-24 19:06:58 -07:00
VIA
1bf570981a Transition UnityEngine to vs2008 and tune up other csprojs 2025-09-24 18:32:04 -07:00
VIA
e18f34e861 in msbuild 2008 we dont need this anymore :D 2025-09-24 15:51:12 -07:00
VIA
8a17ff5701 use correct flags for 2008 msbuild 2025-09-24 15:38:25 -07:00
VIA
d749516115
Assimilate some of Game.cs and conform to style 2025-09-24 14:14:16 -07:00
VIA
c38c79f809 transition Boo.Lang to vs2008 and remove useless stuff from TerrainControllerData 2025-09-24 13:19:23 -07:00
VIA
3e51a6ad2d transition TerrainControllerData target to visual studio 2008 2025-09-24 13:03:13 -07:00
VIA
3961fdf446 seperate clean stage from build stage 2025-09-23 17:35:43 -07:00
VIA
2f93f313da Fix mistakes made during assimilation 2025-09-23 17:35:28 -07:00
VIA
2440d0ac91
Assimilate Init.cs 2025-09-23 15:29:30 -07:00
VIA
773cd513b5
Assimilate/Make readable: Hovercraft.cs 2025-09-23 15:25:27 -07:00
VIA
061dd616e4
Assimilate HoverThrustMoonOrBust.cs 2025-09-23 14:29:31 -07:00
VIA
f4393223f0
Make HoverThrustClustOfDust.cs conform to style 2025-09-23 14:24:11 -07:00
VIA
2b91622197
Make GameWorldDesc.cs conform to style 2025-09-23 14:22:14 -07:00
VIA
fb33a9b06f
Make GameData.cs more readable 2025-09-23 14:19:03 -07:00
VIA
2dd7e19a39
Make GameData.cs conform to style 2025-09-23 14:17:15 -07:00
VIA
5b8503ba39
Make GUIPanel.cs conform to style 2025-09-23 14:15:34 -07:00
VIA
4f26208f71
Make FloorController.cs more readable 2025-09-23 14:12:18 -07:00
VIA
a7e584e243
Make CustomCursor.cs more readable 2025-09-23 14:07:28 -07:00
VIA
ee4b4f9b2d
Make CompilerGeneratedExtensions.cs conform to style 2025-09-23 14:04:44 -07:00
VIA
22aad8b5dc
Make ColliderAtach.cs more readable 2025-09-23 14:02:33 -07:00
VIA
0867afcd4a
make ChatEntry.cs conform to style 2025-09-23 14:00:42 -07:00
VIA
5a0101db6e
Assembly - UnityScript: Make BaseSimple.cs a little more readable 2025-09-23 13:58:46 -07:00
VIA
a68dd055d2
Assembly - UnityScript: finish assimilating CameraVehicle.cs 2025-09-23 13:47:13 -07:00