| File |
Date |
Author |
Commit |
|
.settings
|
2010-06-01
|
unknown
|
[94336c]
Initial Git Commit
|
|
MVC
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
MVC_Golems
|
2014-06-25
|
sbayless
|
[38b251]
Applied Alexey Loginov's Russian language patch
|
|
MVC_Golems_Validate
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
ant
|
2014-09-25
|
sbayless
|
[6a8d8f]
Applied Alexey's fixes.
|
|
audio
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
buoyancy
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
dataFolder
|
2014-06-25
|
sbayless
|
[38b251]
Applied Alexey Loginov's Russian language patch
|
|
javalauncher
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
lib
|
2014-06-25
|
sbayless
|
[38b251]
Applied Alexey Loginov's Russian language patch
|
|
loading
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
localization
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
manual
|
2010-06-01
|
unknown
|
[30e608]
Initial code commit
|
|
platformSpecific
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
settings
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
src
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
support
|
2014-06-25
|
sbayless
|
[38b251]
Applied Alexey Loginov's Russian language patch
|
|
.classpath
|
2011-06-04
|
sam
|
[05407c]
Prepare for open source release
|
|
.gitignore
|
2010-06-01
|
unknown
|
[a5658e]
(Code missed in the last commit)
|
|
.project
|
2010-06-01
|
unknown
|
[94336c]
Initial Git Commit
|
|
COPYING
|
2011-02-01
|
Sam Bayless
|
[ecc81f]
Added translations for hebrew, russian
|
|
README
|
2011-06-04
|
sam
|
[05407c]
Prepare for open source release
|
Read Me
Golems is distributed under the GPL v3; it also depends (and was made possible by) a large set of free libraries.
These include: A modified version of JMonkeyEngine 1.0 (BSD), JME-Physics2 (BSD),
LWJGL (BSD), OpenDynamicsEngine (BSD/LGPL 2.1),ODEJava(BSD),JInput(BSD),Simplemonkey(LGPL),
FengGUI(LGPL),JPhya(BSD),ApacheCommonsMath(Apache 2.0), and JMovieEncoder (this is a repackaged version of by 'QuickTimeDemo' by Werner Randelshofer. CCBY 3.0)
Artwork in dataFolder/com/golemgame/data/textures/* is Copyright Jacob Bayless (CC BY-SA 3.0),
with the exception of the contents of the skybox subfolder, which contains public domain artwork.
Build with the following series of instructions, from the golems directory:
$ cd ant
$ ant
This will build Golems for Windows, Mac, and Linux, in the folder ant/dist/${PLATFORM}
Note: if you are running on linux, then the linux launching script, "Golems.sh", will need to manually have its permissions set to executable.
Or, on any platform, run "java -jar launcher.jar" from the distribution directory.