Commit Graph

160 Commits

Author SHA1 Message Date
ScottNZ
3cf06119f7 Update packaging scripts for mods/common 2013-12-19 19:26:59 +13:00
Matthias Mailänder
10736a7a6c make install SDL2 2013-12-08 09:33:49 +01:00
Matthias Mailänder
404dd70e9e only tab-indent hierarchy
don't align because this differs per editor configuration
2013-12-08 09:33:49 +01:00
Paul Chote
001dc88dc9 Merge pull request #4239 from ScottNZ/lua-new
Move to a managed Lua implementation
2013-12-06 02:37:04 -08:00
ScottNZ
0d0de71840 Add KopiLua/NLua to packaging scripts 2013-12-06 23:11:25 +13:00
ScottNZ
3315c43295 Remove old Lua/LuaInterface installation/packaging 2013-12-06 21:53:08 +13:00
Matthias Mailänder
60f6a07014 verbose RALint for make test 2013-12-05 21:01:23 +01:00
Paul Chote
867d4cd096 Remove mod dll dependency on OpenRA.Utility. Fixes #3298. 2013-12-01 11:28:50 +13:00
Matthias Mailänder
94d1936286 fix shortcut on Linux 2013-11-18 20:56:04 +13:00
Matthias Mailänder
c257b3e74b fix duplicate / 2013-11-18 20:56:03 +13:00
Matthias Mailänder
2062a1bf9b install openra to /usr/lib now that we ship native libraries 2013-11-18 20:56:02 +13:00
Matthias Mailänder
1d60b86b9b fix indentions 2013-11-18 20:56:02 +13:00
ScottNZ
d01ee2a75e Update build, package and installer scripts for LuaInterface 2013-11-18 20:56:00 +13:00
Matthias Mailänder
48b03577e9 one / too much in the end 2013-11-02 16:22:03 +01:00
Paul Chote
b1a60eface Add SDL2 renderer based on SDL2# wrapper. Closes #3315.
SDL2# binary was built from commit 70af91f84493a924a3c1da46ae6209bb5f7222e3.
2013-10-30 22:52:18 +13:00
Paul Chote
71c6124c10 Tidy renderer dependencies. 2013-10-30 22:31:34 +13:00
Matthias Mailänder
8b8d3edea2 Merge pull request #3958 from Mailaender/docs
Ship COPYING and CHANGELOG on all platforms
2013-10-19 04:30:31 -07:00
Matthias Mailänder
e54fd9f582 remove the tileset builder from core
not required anymore for d2k
it is also not shipped because it won't work standalone
2013-10-19 12:50:58 +02:00
Matthias Mailänder
797f30446d ship license and changelog on all platforms
keep INSTALL & HACKING in the source code only
2013-10-19 12:35:38 +02:00
Matthias Mailänder
3181c46d27 Update Makefile
Fixed  make: *** No rule to make target `shortcuts', needed by `install-shortcuts'.
2013-10-19 11:12:54 +02:00
ScottNZ
5bdd0705b2 Add main IRC logic 2013-10-05 12:05:27 +13:00
Matthias Mailänder
29d93f7d9d separate Linux only shortcuts and icons from make install 2013-09-22 09:01:23 +02:00
Matthias Mailänder
5f27b05103 update documentation 2013-09-20 18:27:52 +02:00
Matthias Mailänder
80179a19c2 spaces to tabs 2013-09-20 18:27:52 +02:00
Matthias Mailänder
fb91b81dd5 rename RALint → OpenRA.Lint 2013-09-20 18:27:47 +02:00
Matthias Mailänder
de4c224b5c separate RALint tests from regular builds 2013-09-20 18:27:46 +02:00
Matthias Mailänder
83669dd50b install icons, desktop shortcuts and launchers in Makefile
avoid redundancy with package build scripts
add uninstall rules
2013-09-20 18:27:46 +02:00
Christoph Korn
0f3212f65b Makefile: Add geoip so it gets installed
Without adding it to CORE it does not get installed and the game crashes.
2013-09-15 15:34:09 +02:00
Matthias Mailänder
b014a3d09c remove utility dependency on d2k DLL
partly fixes #3298
2013-08-17 23:31:23 +02:00
Paul Chote
59d821b8ef Merge pull request #3647 from Mailaender/ip2geo
Show locations of client and servers using a local GeoIP database
2013-08-11 03:21:23 -07:00
Matthias Mailänder
781c680ad3 translate the IP to a country
using http://dev.maxmind.com/geoip/legacy/geolite/
code from https://github.com/maxmind/geoip-api-csharp2
2013-08-08 13:39:12 +02:00
Matthias Mailänder
4603f0bbf6 StyleCop clean TilesetBuilder
adapt Makefile after TilesetBuilder file renamings

remove dead TilesetBuilder code
2013-08-07 15:52:22 +02:00
Matthias Mailänder
389aa6c929 Added a minimal work in progress TS mod with few backfalls on RA
to showcase infantry, vehicles, aircraft
2013-07-28 09:17:34 +02:00
hasufell
db1a0dd9c7 MAKE: quote all variables that can contain whitespace 2013-07-05 19:00:51 +02:00
hasufell
3e1a0e2458 MAKE: install more missing files
this should fix crash when clicking on "credits"
and the asset browser
2013-07-05 18:57:43 +02:00
hasufell
e18e09361d MAKE: simplify install rules
just copy all mod folders recursively, this also fixes
missing d2k/weapons and ra/sequences folders
2013-07-04 00:30:23 +02:00
hasufell
0477a2eb05 MAKE: revert DATA_INSTALL_DIR value for backwardscompat
otherwise build scripts will have to adjust
2013-06-29 22:35:49 +02:00
hasufell
e0395fe903 MAKE: refactor Makefile
improved readability, moved tools at the top, rules at the bottom

make -> build core
make all -> build core and tools
install -> install core
install-all install core and tools
2013-06-29 22:25:38 +02:00
Matthias Mailänder
2762c245ee fix Makefile
OpenRA.Mods.RA.dll now depends on the Utility.exe
2013-05-15 18:13:39 +02:00
Matthias Mailänder
0c169bcfd3 added make version command
to quickly set the mods version to the git tag
or git-$hash if we are on a development version
2013-04-20 17:45:12 +02:00
Matthias Mailänder
989c23e632 use Mono.Nat for UPnP port forwarding
- might support more devices
- supports internal and external port mapping
- discover the device only once (at startup)
2013-04-05 14:18:15 +02:00
Matthias Mailänder
e8c43eae92 fixes #2938 unbreak make install and SharpFont on Mac 2013-04-03 14:38:42 +02:00
Matthias Mailänder
63893e97e7 use SharpFont instead of custom Tao.FreeType 2013-04-02 12:46:25 +02:00
Matthias Mailänder
43e6512049 fixes #2913 make clean && make failing 2013-04-01 10:12:10 +02:00
Matthias Mailänder
85c0f7fcbf added new fake target dependencies to PHONY 2013-03-30 10:45:40 +01:00
Matthias Mailänder
fa8efba1b9 fixes #2862
also more comfortable make clean && make all
2013-03-30 09:59:05 +01:00
Matthias Mailänder
28d740dfc3 Desura compatibility
- create launch scripts for Desura
- that access local installation launch scripts
- clean up /usr/* launch scripts created during make install
2013-03-22 08:32:33 +01:00
Matthias Mailänder
8226fd21f9 ship a proper SDK for modders
including the OpenRA.TilesetBuilder.exe fixes #2316
and auto-generated trait documentation fixes #2437
compile Markdown to HTML for offline use
purge external files from the doc folder (moved to Wiki)
remove unused non-free Dune 2000 font
2013-03-20 17:04:38 +01:00
Chris Forbes
f2b7c2c2ad Merge pull request #2715 from xaionaro/bleed
Adapted to dpkg's "--instdir"-like options.
2013-03-10 18:13:31 -07:00
Chris Forbes
19e6a588b8 Merge pull request #2589 from Mailaender/travis
Travis CI support
2013-03-09 21:11:54 -08:00