SoftCoder
18020e3f90
- added support for xp compatible 32 bit windows builds
2015-10-26 15:45:38 -07:00
SoftCoder
719029358f
- msvc 2015 build script works
2015-10-24 23:48:40 -07:00
SoftCoder
81346ba6b9
- updated msvc 2015 build script to point to new dependency url
2015-10-24 22:41:10 -07:00
SoftCoder
86912ce2a6
- added support for vc 2015
2015-10-24 22:02:49 -07:00
SoftCoder
49ce8e729b
- added support for miniupnpc 1.9
2015-10-21 18:11:19 -07:00
SoftCoder
fb0ac449be
- more windows updates for compiling sdl2
2015-10-17 21:09:53 -07:00
SoftCoder
92aa2a7e04
- updated windows build for sdl2
2015-10-17 17:58:25 -07:00
SoftCoder
c5b12fa266
- remove sdl from deps on ubuntu 12.04 since we compile on travis
2015-09-29 02:05:26 -07:00
SoftCoder
a9ce962f46
- update deps file so travis uses sdl2
2015-09-28 23:35:00 -07:00
titiger
23ea9f6201
first steps for sdl2 ( still many compile errors )
2015-09-29 01:30:28 +02:00
filux
6ac255095a
implemented basic support for SDL2 in cmake files (only); changed a general idea of how and where are showed deprecation warnings
2015-09-18 19:17:52 +02:00
filux
617bc9a89e
extended support for lua to v5.3; removed some duplicate messages showing up during 'cmake configuration' time
2015-08-20 16:43:14 +02:00
filux
7018deef4a
added some echo about branch and commit useful for CI
2015-07-06 20:16:00 +02:00
filux
08d71327ed
collecting also vlc's plugins
2015-06-30 19:24:18 +02:00
filux
007e8098a3
for some reason recently 'vlccore-dev' is required in debian family
2015-06-28 19:52:29 +02:00
filux
64a749d4cc
useful log for creating mini update
2015-06-15 22:59:20 +02:00
filux
d323d58027
older problem with fontconfig
2015-06-14 20:01:43 +02:00
filux
fd5a71ac52
improved configuration in the scripts
2015-06-14 19:42:48 +02:00
filux
74cbbba6ba
improvements for static build and a bit of cleaning
2015-06-14 19:24:08 +02:00
Tom Reynolds
fecf89f295
Cosmetics
...
[CI skip]
2015-06-10 12:02:45 +02:00
Tom Reynolds
0510e338c1
Auxiliary files have moved to GitHib
2015-06-08 02:59:37 +02:00
filux
a63eeee356
looking for required libs reqursively, #63
2015-06-07 17:59:33 +02:00
filux
f926285bf6
since now required dynamic libs from non standard locations will be added to the mac packages, #63
2015-06-04 23:26:50 +02:00
filux
969b3d897b
implemented new scripts into release scripts-tools; fixed content of blender directory
2015-05-24 17:16:25 +02:00
filux
5495bd1ba8
added new script which helps to improve .desktop files' configuration for standalone linux's client
2015-05-24 17:13:35 +02:00
filux
4d4b227229
added new script which helps to prepare mini update package for standalone linux's client
2015-05-24 17:12:23 +02:00
filux
1f09c212e7
improved version of basic linux's scripts
2015-05-24 17:06:47 +02:00
filux
4df898cd70
removed redundant script
2015-05-17 16:06:18 +02:00
filux
b07b65e6f8
removed outdated fedora related data
2015-05-17 14:18:50 +02:00
filux
34d52e40d7
updated support for new versions of ubuntu
2015-04-29 20:23:03 +02:00
filux
397be04584
Merge pull request #10 from filux/develop
...
Masterserver's code in the separate repository 2/2.
almost year since pr :)
2015-03-19 20:56:40 +01:00
Tom Reynolds
fbd8937762
New git utility script
...
[skip ci]
2015-03-19 20:51:34 +01:00
filux
5046d4c4a7
improved scripts
2015-03-16 21:07:36 +01:00
filux
b50efbb75e
updated version number for development
2015-03-09 01:05:24 +01:00
filux
90c307182e
updated version number for release
2015-03-09 00:34:59 +01:00
filux
2eb3f7f6d3
Merge remote-tracking branch 'upstream/develop' into develop
2015-02-27 21:02:51 +01:00
filux
61ea9e6c06
fixed tiny bug in condition
2015-02-25 18:11:51 +01:00
filux
81ace6abbd
updated servers' list
2015-02-25 16:51:28 +01:00
filux
473bde8865
improved nasty default settings
2015-02-25 16:50:23 +01:00
filux
d3911ea45e
initial version of scripts for macos
2015-02-25 16:48:53 +01:00
filux
966da32472
better support for macos, this also closes #36
2015-02-24 09:45:17 +01:00
filux
e7ae5d2ca2
ini files for macos
2015-02-23 19:32:27 +01:00
filux
e934a48fe2
added "mac ports" path
2015-02-23 19:24:53 +01:00
filux
60fb61937d
bundle resources
2015-02-23 19:17:14 +01:00
filux
f2b9a25198
support also for macos
2015-02-23 19:10:32 +01:00
filux
92b599a291
Merge pull request #58 from goetzk/buildable-package
...
Changes to make package build and run on osx
2015-02-17 22:35:19 +01:00
Karl Goetz
c21db67721
Changes to make package build and run on osx
...
MegaGlest is the correct spelling, the process of building a package upper
cases the binary so I'm removing my modification via an earlier branch.
This also sets CUSTOM_DATA_INSTALL_PATH to /Applications - this is the final
step in getting MegaGlest.app to launch after building and installing.
The previously hard coded path was ok for gnumake but failed when Xcode got
involved as it has build types (release/debug/et al) which the hard coding
didn't support. I've added an if/else catch for the two build types that i've
seen while working on megaglest and it should be trivial to add any others that
may be desirable.
There is still an outstanding issue of embedding dependencies or using system
provided dependancies which I haven't sorted out.
2015-02-15 18:33:56 +11:00
Karl Goetz
06bb4104dc
Run dos2unix on COPYRIGHT.source_code.txt
...
COPYRIGHT.source_code.txt is inlined during the package building stage on OSX
when built using Xcode. To prevent it causing Rez to fail due to CRLF line
endings we unconditionally run dos2unix against the file during build. In the
cases where this wouldn't have caused a problem there is no regression and in
the cases where its necesary the file is fixed without manual intervention
2015-02-14 10:31:24 +11:00
filux
c453aa778b
eliminated ugly icons from installer in linux's menu
2015-02-07 13:11:24 +01:00
titiger
615cac7138
Merge pull request #54 from filux/feature/new-version-management
...
changed version number management and same versioning for game, map-editor and g3dviewer
2015-02-02 22:37:04 +01:00