Commit Graph

10 Commits

Author SHA1 Message Date
Pieter-Jan Briers
afe3913893 Fix EOLs (#235) 2017-06-14 21:42:48 -06:00
YotaXP
0c78e9554e GIGA REFACTOR 2015-01-23 01:15:33 -05:00
Dave
708804fd2e Hooked up .bat files to new structure
Summary: Update .bat files to point to correct locations

Test Plan:
run runserver.bat (in root)
run runclient.bat (in root)

run serverpackagebuild.bat
	extract zip and test runserver.bat (from zip)

run packagebuild.bat
	extract zip  test runserver.bat and runclient.bat(from zip)

run runmessagelog.bat (nothing happen as it .exe is broke)

Reviewers: volundr-, Kraso, #ss14_developers

Reviewed By: volundr-, Kraso, #ss14_developers

Subscribers: volundr-, N3X15

Differential Revision: http://phab.nexisonline.net/D25
2015-01-21 15:12:14 +00:00
volundr-
965088c103 # Summary:
This change removes all Visual Studio buildsystem remnants and replaces it with Prebuild.

Prebuild is capable of generating a wide range of buildscripts, including VS, nant, MonoDevelop.  Prebuild uses prebuild.xml, obviously.

# Other Changes:
 * Removed a bunch of crap that VS generated for the key bindings XSD, thinking it was a DataSet.
 * Renamed Reference to Third-Party.
 * Added MS Diagnostics API DLL, since it's now distributable.
 * All binaries are now dumped in Bin/.
 * Removed reference to MiniDumper -- was crashing client when not run with debugger -- can be readded later
 * Fixed Media paths to point to Resources
 * Made Server/Client build to Bin/Server and Bin/Client respectively so they dont stomp on each other's shit

# Test Plan:
 * Run prebuild2010.cmd
 * Compile using SpaceStation14.sln
 * Run stuff in Bin/.

# Reviewers: #ss14_developers

Differential Revision: http://phab.nexisonline.net/D14

Not on phabricator because phab can't handle all these binaries.
2015-01-20 13:51:50 -05:00
spoogemonster
6de4e7f8e6 Ripping off that band-aid. Added triggerable component -- derivative of collidable component. Also added a puddle entity. 2011-12-09 04:40:46 +00:00
spoogemonster
4b5b0e34f8 Some changes to the packager script 2011-09-15 13:21:52 +00:00
spoogemonster
799665196b packagebuild script paths fixed 2011-06-17 22:59:02 +00:00
spoogemonster
b2a7ecd288 Removed all traces of Mogre from the server. Fixed packagebuild.bat. 2011-06-15 19:23:38 +00:00
spoogemonster
776b107266 fixed packaging batch file 2011-05-15 17:33:12 +00:00
spoogemonster
92c450459b Added batch script to package media and release binaries into a zip file ready to extract and run. Requires 7zip. 2011-05-13 05:34:33 +00:00