From e6af16fa14b8243b1c68b02720625da575b6ba6e Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 18:57:06 +0000 Subject: - dists directory created - icons moved to icons directory git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1318 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/ustar-icon.png | Bin 0 -> 666 bytes icons/ustar-icon_v01.icns | Bin 0 -> 31252 bytes icons/ustar-icon_v01.ico | Bin 0 -> 22486 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/ustar-icon.png create mode 100644 icons/ustar-icon_v01.icns create mode 100644 icons/ustar-icon_v01.ico (limited to 'icons') diff --git a/icons/ustar-icon.png b/icons/ustar-icon.png new file mode 100644 index 00000000..1b13a6ee Binary files /dev/null and b/icons/ustar-icon.png differ diff --git a/icons/ustar-icon_v01.icns b/icons/ustar-icon_v01.icns new file mode 100644 index 00000000..76bfe2b6 Binary files /dev/null and b/icons/ustar-icon_v01.icns differ diff --git a/icons/ustar-icon_v01.ico b/icons/ustar-icon_v01.ico new file mode 100644 index 00000000..e5b21364 Binary files /dev/null and b/icons/ustar-icon_v01.ico differ -- cgit v1.2.3 From 5a1804bc0ba11ee5539e22520079fdcd243d4d40 Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 18:59:55 +0000 Subject: icons renamed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1319 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/ultrastardx-icon.png | Bin 0 -> 666 bytes icons/ultrastardx.icns | Bin 0 -> 31252 bytes icons/ultrastardx.ico | Bin 0 -> 22486 bytes icons/ustar-icon.png | Bin 666 -> 0 bytes icons/ustar-icon_v01.icns | Bin 31252 -> 0 bytes icons/ustar-icon_v01.ico | Bin 22486 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/ultrastardx-icon.png create mode 100644 icons/ultrastardx.icns create mode 100644 icons/ultrastardx.ico delete mode 100644 icons/ustar-icon.png delete mode 100644 icons/ustar-icon_v01.icns delete mode 100644 icons/ustar-icon_v01.ico (limited to 'icons') diff --git a/icons/ultrastardx-icon.png b/icons/ultrastardx-icon.png new file mode 100644 index 00000000..1b13a6ee Binary files /dev/null and b/icons/ultrastardx-icon.png differ diff --git a/icons/ultrastardx.icns b/icons/ultrastardx.icns new file mode 100644 index 00000000..76bfe2b6 Binary files /dev/null and b/icons/ultrastardx.icns differ diff --git a/icons/ultrastardx.ico b/icons/ultrastardx.ico new file mode 100644 index 00000000..e5b21364 Binary files /dev/null and b/icons/ultrastardx.ico differ diff --git a/icons/ustar-icon.png b/icons/ustar-icon.png deleted file mode 100644 index 1b13a6ee..00000000 Binary files a/icons/ustar-icon.png and /dev/null differ diff --git a/icons/ustar-icon_v01.icns b/icons/ustar-icon_v01.icns deleted file mode 100644 index 76bfe2b6..00000000 Binary files a/icons/ustar-icon_v01.icns and /dev/null differ diff --git a/icons/ustar-icon_v01.ico b/icons/ustar-icon_v01.ico deleted file mode 100644 index e5b21364..00000000 Binary files a/icons/ustar-icon_v01.ico and /dev/null differ -- cgit v1.2.3 From b44a6f70bdfc009687116c7d51760d4ad040220b Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 20:46:25 +0000 Subject: With the current RC-file approach the fonts and the png-icon must be within the game/resources directory. They will be moved to a better location after the RC-stuff is removed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1326 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/ultrastardx-icon.png | Bin 666 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 icons/ultrastardx-icon.png (limited to 'icons') diff --git a/icons/ultrastardx-icon.png b/icons/ultrastardx-icon.png deleted file mode 100644 index 1b13a6ee..00000000 Binary files a/icons/ultrastardx-icon.png and /dev/null differ -- cgit v1.2.3 From f95851f128b35b230ff125e003f8d9767397a6af Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 3 Sep 2008 07:44:57 +0000 Subject: Mac OS X icon improved git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1340 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/ultrastardx.icns | Bin 31252 -> 235181 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'icons') diff --git a/icons/ultrastardx.icns b/icons/ultrastardx.icns index 76bfe2b6..86b128b0 100644 Binary files a/icons/ultrastardx.icns and b/icons/ultrastardx.icns differ -- cgit v1.2.3 From 5e1dd23ad5ed2fe8b0a618a9f9e10eac1694fe2b Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 9 Sep 2008 12:50:50 +0000 Subject: - better conformance of Makefiles to GNU coding standards - bindir/prefix, etc. can be changed anytime make is performed and is not hardcoded on configure time anymore - paths are written to the intermediate paths.inc file (instead of config-xyz.inc) - binary is not stripped anymore - fpc.m4 rewrite - additional options like heaptrace, range-checks - noexecstack workaround - some more changes - configure.ac helper functions moved to ax_ectract_version.m4 and pkg_config_utils.m4 - some icons moved from artwork to icons git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1351 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/ultrastardx-icon.svg | 4001 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4001 insertions(+) create mode 100644 icons/ultrastardx-icon.svg (limited to 'icons') diff --git a/icons/ultrastardx-icon.svg b/icons/ultrastardx-icon.svg new file mode 100644 index 00000000..49719bba --- /dev/null +++ b/icons/ultrastardx-icon.svg @@ -0,0 +1,4001 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + File Manager + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + file + manager + copy + move + filesystem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From abf47ddd1fe77287136535e2d05ada48b99b8e1f Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 12 Sep 2008 09:51:33 +0000 Subject: - Windows resources (.rc) reduced to the icon - Texture resource names are now directly written to resources.inc - Fonts are no resources anymore. They are moved to game/fonts and can be changed to support multiple charsets (until the TTF part is finished). Fonts are registered in fonts/fonts.in git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1367 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/rccompile-delphi.bat | 2 ++ icons/rccompile-fpc.bat | 4 ++++ icons/readme.txt | 20 ++++++++++++++++++++ icons/ultrastardx-icon.rc | 1 + icons/ultrastardx-icon.res | Bin 0 -> 22748 bytes icons/ultrastardx-icon_32.png | Bin 0 -> 666 bytes icons/ultrastardx-icon_512.png | Bin 0 -> 106731 bytes 7 files changed, 27 insertions(+) create mode 100644 icons/rccompile-delphi.bat create mode 100644 icons/rccompile-fpc.bat create mode 100644 icons/readme.txt create mode 100644 icons/ultrastardx-icon.rc create mode 100644 icons/ultrastardx-icon.res create mode 100644 icons/ultrastardx-icon_32.png create mode 100644 icons/ultrastardx-icon_512.png (limited to 'icons') diff --git a/icons/rccompile-delphi.bat b/icons/rccompile-delphi.bat new file mode 100644 index 00000000..32f209a7 --- /dev/null +++ b/icons/rccompile-delphi.bat @@ -0,0 +1,2 @@ +@set RES_NAME=ultrastardx-icon +BRC32 -r -fo%RES_NAME%.res %RES_NAME%.rc diff --git a/icons/rccompile-fpc.bat b/icons/rccompile-fpc.bat new file mode 100644 index 00000000..30998c6d --- /dev/null +++ b/icons/rccompile-fpc.bat @@ -0,0 +1,4 @@ +@set PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\;%PATH% +@set RES_NAME=ultrastardx-icon +windres.exe -i %RES_NAME%.rc -o %RES_NAME%.res + diff --git a/icons/readme.txt b/icons/readme.txt new file mode 100644 index 00000000..f75a99f4 --- /dev/null +++ b/icons/readme.txt @@ -0,0 +1,20 @@ +Resource files (.rc/.res) are needed for MS Windows builds only. + +The .res file is the compiled version of .rc and appended to the +executable. It is just used to provide an icon for the executable +that is shown in the explorer. + +Delphi does the compilation of the .rc to .res file automatically. +FPC needs windres (delivered with FPC) for ths purpose but windres +must be started separately. + +You can manually run the compilation process with either + rccompile-delphi.bat or + rccompile-fpc.bat +depending on the available compiler (delphi/windres files are compatible). + +If FPC is used, the path to the FPC bin-dir might have to be adjusted, +the default is "PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\". + +To avoid the need to run the resource-compiler, a pre-compiled .res-file +was added to SVN. Please commit the res-file if the rc-file was changed. \ No newline at end of file diff --git a/icons/ultrastardx-icon.rc b/icons/ultrastardx-icon.rc new file mode 100644 index 00000000..3d0b43fc --- /dev/null +++ b/icons/ultrastardx-icon.rc @@ -0,0 +1 @@ +MAINICON ICON "ultrastardx.ico" diff --git a/icons/ultrastardx-icon.res b/icons/ultrastardx-icon.res new file mode 100644 index 00000000..d79a3d0f Binary files /dev/null and b/icons/ultrastardx-icon.res differ diff --git a/icons/ultrastardx-icon_32.png b/icons/ultrastardx-icon_32.png new file mode 100644 index 00000000..1b13a6ee Binary files /dev/null and b/icons/ultrastardx-icon_32.png differ diff --git a/icons/ultrastardx-icon_512.png b/icons/ultrastardx-icon_512.png new file mode 100644 index 00000000..d02ec89c Binary files /dev/null and b/icons/ultrastardx-icon_512.png differ -- cgit v1.2.3 From c692c8a5e082bd02bd7dc7feb6e3f0056ea75f0b Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 19 Apr 2010 16:09:09 +0000 Subject: - added manifest file to make ultrastardx UAC aware - this leverages usdx from a legacy app to a vista/win7 compatible app - disables the virtual-store and other dirty UAC legacy app stuff - checking for read-only files should work now - the manifest is embedded in the exe via the RC file (which previously only contained the icon) - alternatively the file ultrastardx.exe.manifest can be put in the game directory along with the .exe file. Vista/Win7 will autodetect this file. - to check if this works: - open the task-manager - right click on ultrastardx - if "UAC-Virtualization" is checked, the app is still executed in legacy mode which should not happen. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2249 b956fd51-792f-4845-bead-9b4dfca2ff2c --- icons/rccompile-delphi.bat | 2 -- icons/rccompile-fpc.bat | 4 ---- icons/ultrastardx-icon.rc | 1 - icons/ultrastardx-icon.res | Bin 22748 -> 0 bytes 4 files changed, 7 deletions(-) delete mode 100644 icons/rccompile-delphi.bat delete mode 100644 icons/rccompile-fpc.bat delete mode 100644 icons/ultrastardx-icon.rc delete mode 100644 icons/ultrastardx-icon.res (limited to 'icons') diff --git a/icons/rccompile-delphi.bat b/icons/rccompile-delphi.bat deleted file mode 100644 index 32f209a7..00000000 --- a/icons/rccompile-delphi.bat +++ /dev/null @@ -1,2 +0,0 @@ -@set RES_NAME=ultrastardx-icon -BRC32 -r -fo%RES_NAME%.res %RES_NAME%.rc diff --git a/icons/rccompile-fpc.bat b/icons/rccompile-fpc.bat deleted file mode 100644 index 30998c6d..00000000 --- a/icons/rccompile-fpc.bat +++ /dev/null @@ -1,4 +0,0 @@ -@set PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\;%PATH% -@set RES_NAME=ultrastardx-icon -windres.exe -i %RES_NAME%.rc -o %RES_NAME%.res - diff --git a/icons/ultrastardx-icon.rc b/icons/ultrastardx-icon.rc deleted file mode 100644 index 3d0b43fc..00000000 --- a/icons/ultrastardx-icon.rc +++ /dev/null @@ -1 +0,0 @@ -MAINICON ICON "ultrastardx.ico" diff --git a/icons/ultrastardx-icon.res b/icons/ultrastardx-icon.res deleted file mode 100644 index d79a3d0f..00000000 Binary files a/icons/ultrastardx-icon.res and /dev/null differ -- cgit v1.2.3