Commit graph

23 commits

Author SHA1 Message Date
Peter Szücs
c99d67cdbe Make ember script shorter and cleaner.
The "cd -P" will resolve symlinks.
Also for debugging, I have added automatically executed commands:
it will execute in gdb: run, backtrace, then automatcally quit.
So the user will not need to understand gdb console, everything is automatic.
And the user gets automatically backtrace.
2011-10-02 15:55:51 +02:00
Erik Hjortsberg
c2a0734b50 Removed dead code. 2011-06-12 21:28:34 +02:00
Erik Hjortsberg
86bcbb113e Fix for CVE-2010-3355.
Make LD_LIBRARY_PATH more secure, since an empty entry will be
interpreted as ".".
2011-06-12 21:24:53 +02:00
Erik Hjortsberg
bafbe524c7 Removed autopackage specific paths. 2011-04-17 12:51:41 +02:00
Erik Hjortsberg
74635d6674 We don't need to copy any user media anymore. 2009-01-13 00:42:47 +01:00
Erik Hjortsberg
81a720ba29 Tweak the way Ember handles configuration directory to better handle configure directives while still working with binreloc and allowing us to set another prefix at runtime. 2008-07-07 21:31:06 +02:00
Alexey Torkhov
04a0a87ef9 Adding quotes for command line arguments. 2008-06-08 10:20:12 +04:00
Alexey Torkhov
889ff4df10 Removing LD_PRELOAD thing from ember.in - "libnvidia-tls.so.1: cannot handle TLS data" is an old bug and have solutions. 2008-06-08 10:20:08 +04:00
Alexey Torkhov
8c306f6df5 Changing command line for new gdb. 2008-06-08 10:20:03 +04:00
Erik Hjortsberg
f2573db9e1 2008-03-09 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* ember.in: don't use the MEDIA_VERSION variable anymore
2008-03-09 16:44:37 +00:00
Erik Hjortsberg
ac439620ac 2007-11-09 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* ember.in: added a --debug option which will start Ember in gdb
2007-11-09 08:14:18 +00:00
Erik Hjortsberg
6f49109491 2007-06-25 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* src/components/ogre/EmberOgre.cpp, src/components/ogre/EmberOgre.h, src/components/ogre/OgreSetup.cpp, src/components/ogre/OgreSetup.h, src/main/Application.cpp, src/main/Application.h, src/main/Ember.cpp, configure.ac, ember.conf, ember.in: changed how the plugins are loaded. Instead of trying one path and then quitting if not successful, try with a series of paths that are most probable.
2007-06-25 21:26:10 +00:00
Erik Hjortsberg
7f7a7309cd 2007-03-12 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* ember.bat, ember.in: with libwfut there's no longer any need to use the java WFUT tool
2007-03-12 21:31:07 +00:00
Erik Hjortsberg
a5e2736f41 2007-02-28 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* ember.in: fixes for compatability with freebsd
2007-02-28 15:01:28 +00:00
Erik Hjortsberg
a37ee0097d 2007-02-06 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* WFUT.jar: update to 1.1
	* ember.in: various fixes to the script
	* make_dist_media.sh.in: various fixes to the script
2007-02-08 00:07:08 +00:00
Erik Hjortsberg
254e39aace 2007-02-06 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* src/components/ogre/EmberOgre.cpp, src/components/ogre/Makefile.am, src/components/ogre/OgreSetup.cpp, src/components/ogre/resources.cfg, configure.ac, ember.in, src/services/config/ConfigService.cpp, src/components/ogre/widgets/Makefile.am, src/components/ogre/modeldefinitions/Makefile.am, src/components/ogre/cegui/Makefile.am, media/packs/Makefile.am: changed a little how the media is handled. In the distribution, the media under prefix/share/ember/media/ is now divided into "user" and "shared". Upon start, if there is no ~/.ember/ember-media-0.4.2, the "user" media will be copied there. And then WFUT will be run. This media is only around 1MB. The "shared" media will be accessed as previous. The reason is that the media that is in "user" is such that due to Ogre it can't have any duplicate resources. So while we might have duplicate media in downloaded through WFUT for the "shared" media, we can't have it for the "user" media, and thus it needs to be available only from one location.
2007-02-07 22:50:16 +00:00
Erik Hjortsberg
a8392c60d0 2006-11-23 Erik Hjortsberg <erik@katastrof.nu>
* acinclude.m4: cleaned up
	* ember.in: use the MEDIA_VERSION variable
2006-11-28 00:22:23 +00:00
Erik Hjortsberg
ac04544a19 2006-08-07 Erik Hjortsberg <erik@katastrof.nu>
* ember.in: If an old version already has been installed, move the config files out of the way.
2006-08-07 21:09:25 +00:00
Erik Hjortsberg
2ccad3b5dc 2006-08-02 Erik Hjortsberg <erik@katastrof.nu>
* ember.in: added comments
2006-08-02 20:10:30 +00:00
Erik Hjortsberg
7991f1475a 2006-08-01 Erik Hjortsberg <erik@katastrof.nu>
* ember.bin:
		* Add support for gcj-compiled wfut.
		* Write the version number to a file, so that we might use if for something useful in the future
	* .cvsignore: added "var" to ignored dirs
	* ember.dox.in: fixed name
	* Ember.kdevelop: updated project file
2006-08-01 18:32:25 +00:00
Erik Hjortsberg
f6876dfe3a 2006-07-26 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/IGameView.h: added missing file
	* ember.in: removed "games"
2006-07-25 22:03:51 +00:00
Erik Hjortsberg
44c5b496c8 2006-07-10 Erik Hjortsberg <erik@katastrof.nu>
* ember.in: updated media handling
	* TODO: updates
2006-07-10 20:21:36 +00:00
Erik Hjortsberg
fc49bbf958 2006-07-10 Erik Hjortsberg <erik@katastrof.nu>
* ember.in, ember, configure.ac:
		* remove the ember script and instead use the ember.in which will set the correct media path based on the version
		* cleaned up the script and adapted to a newer version of WFUT.jar
	* configfile: removed it since we now specify the server at the command line
	* ember.bat: updated for new version of WFUT.jar and new channel
	* ember.conf: added version info
	* ember.spec.in: updated, don't know if it will work though, we'll use autopackage mainly. I'll test it when i have time, if it doesn't work it's ok to yell at me for it.
2006-07-10 16:08:15 +00:00
Renamed from ember (Browse further)