xavi92
6d7ca06e02
String trailing whitespaces
...
The following shell script was used:
while read f
do
sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
-e '.\cpp$' \
-e '\.cmake$' \
-e '\.txt$' \
-e '\.cppcheck$' \
-e '\.frag$' \
-e '\.h$' \
-e '\.hpp$' \
-e '\.vert$' \
-e '\.xml$' \
-e '\.java$' \
-e '\.c$')
EOF
As a side effect, this has also converted some files from CRLF line
endings to LF.
File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9507 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00
beaglejoe
0132f49ece
Fix for #1240 Start Menu item created for track editor
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8754 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 8e69513bbb13b3fe5995a2f438389630ac12c7c5
Former-commit-id: 9c8d5447424cd7dda07f3be1a9d5dc53ad7b002a
2023-02-27 03:57:31 +00:00
beaglejoe
f98bd24a29
Fixed some installer links
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8603 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 1e25f16799e03ee500458c25a222bb4bf3bb0e0f
Former-commit-id: e040a457ef766202c426f3fd41114982c38ca73b
2022-10-19 14:50:20 +00:00
beaglejoe
622dfe74ec
Updates for debian packaging
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8332 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: b348e2842eef4d655c77fe64a2b70fdbebe334d3
Former-commit-id: 36c60dd9c29cc11979850aa796b9de394118f458
2022-07-22 18:31:30 +00:00
beaglejoe
d136c1afab
WIP for DEB file creation
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8328 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 3e27cc8bdae8f7b80b6e16b0855b2119f69a7d59
Former-commit-id: cabfa159a94b23324b330f4bade9042bed8d6bfb
2022-07-20 20:37:03 +00:00
beaglejoe
61c2bb4efa
Updated Desktop Shortcut name for Windows all-in-one installer
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8327 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 2573ca269cc941512c42206342a875d72cf779b6
Former-commit-id: 43f0259f20672c967db82730e20a8ac7f8760ea3
2022-07-20 19:59:14 +00:00
beaglejoe
5130f44494
Added Start menu links to Windows all-in-one installer
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8326 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 9526a9aab29378f98564e0b00396b5b1cddf1c9b
Former-commit-id: f39d53d64dc62a0c05738150bf04010ded0c67fc
2022-07-20 16:52:59 +00:00
beaglejoe
84935cd39e
Added checks for CMake version for newer features
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8325 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 6a1de35b6d38fe05880bbcefcb730a8e7c7b6015
Former-commit-id: 5e6ed948d6cae672ed3f25d5ebe4b42e6f3a0193
2022-07-20 03:23:27 +00:00
beaglejoe
1ee30dcb72
Fix All-In-One Win installer to launch game if requested
...
Fixed contact link
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8324 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 7713f526664437223694c636eeaf31e0a42d0a61
Former-commit-id: 7220c4a937587623cac49e9f289d595d192f2296
2022-07-20 02:12:16 +00:00
beaglejoe
25228b6836
Fix graphics for the Windows all-in-one installer
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8323 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ea88836069bef050fb19deaedb824355868f825b
Former-commit-id: 2119f32f9e043248399905173c96749d78f8720d
2022-07-19 01:59:04 +00:00
beaglejoe
a1ec191819
Add OPTION_ALL_IN_ONE_PACKAGING to make one big installer for Windows(off by default)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8322 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 582464d0e8cc5d0012201ef40649cc4d2d997787
Former-commit-id: 35e68c900e120d7990fa1cc0e84378e7e96d759e
2022-07-18 23:55:34 +00:00
beaglejoe
ddfb0638b5
Fix OSX base package name
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8080 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 8b11beb95cebd4b2ba2fe220949f5d44fc6e0d97
Former-commit-id: 09afb5e4c4edcfdf493f0d80633937f4abfc69e5
2022-03-07 20:59:37 +00:00
beaglejoe
9790c04868
WIP for ticket 1047 Automate creation of Base app for MacOS
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7179 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: f992b78bd5e4aae50457fbd9575e917eda8bcf31
Former-commit-id: d215b7d6f3325cd4fa0c1e463c4489978f22b3bf
2020-08-30 04:46:14 +00:00
beaglejoe
3f2cc68fbe
WIP for ticket 1047 Added error checking to generated scripts for MacOS packages
...
Removed a debug message
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6934 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: b81ed645654fd67acb196a79aac3810ec2422255
Former-commit-id: 1b9d129e10e0ed8a9e44e5a504d0f4307952f8e1
2020-04-21 18:01:12 +00:00
beaglejoe
10ae294677
WIP for ticket 1047 Added beginning of script for MacOS base package
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6932 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: df64bd81a6ad25b8d7e4b706e10ec4cfc49c3c2b
Former-commit-id: 75d893f07cc92762306692debcaf34d06ed7a6d6
2020-04-20 18:20:19 +00:00
beaglejoe
ccec0ee45f
WIP for ticket 1047 Automate the Build and Package cycle for MacOS
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6928 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 4f47f101cd9c62184e1469496a0e2bb3eeca6525
Former-commit-id: 8b036490454775236451f00caf9f78684e8d1181
2020-04-20 02:34:33 +00:00
beaglejoe
c084b7fdd4
Mac Release automation WIP
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6920 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 9f5e54729201b4584e6b76357c401e42ee2c8373
Former-commit-id: 2ef05cfc1b2af8ae3b110e4961480d45c4a6c8bd
2020-04-14 21:17:56 +00:00
beaglejoe
8cbf9af198
Fixed All-in-one Package for Windows
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6584 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 1f71c94f10b21b0af16b334f3c6ad5d5352b69cb
Former-commit-id: 2840a72df788e3256f2654ff8104a1ca28edc01c
2019-01-06 06:43:09 +00:00
beaglejoe
487e3310ef
Added 'OPTION_USE_MACPORTS' to CMake
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6100 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 46d755a5d5c2ddfee4710fed90f2c197852f9425
Former-commit-id: 21b68fa6c84949d6535579a3ba7615ca48f817f8
2015-08-31 00:04:57 +00:00
beaglejoe
77412deb07
Bug #694 all in one package fails (win)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5232 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 71c815611c90ddbcc58b40c35e449ea633bae4ca
Former-commit-id: 6ebdc26e251285dd37061b596d1541a2532b8c6c
2013-02-28 20:10:35 +00:00
pouillot
656a98aef6
Re #307 Cleaned-up the non-advanced CMake cache variables, to make things clear about the really useful "first-level" build options (toggle the 'advanced' check-box of ccmake or CMake GUI to make the hidden vars appear again)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3538 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 0af33d040a51a95c28335bc2b09677567810a23f
Former-commit-id: f627211324d617094e7f0c938e55bdb249b29048
2011-05-03 13:15:11 +00:00
pouillot
6dbb3bf7dd
Filter-out more files when generating a source package
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3419 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: b65caa96241bd7ffa0dcf83de023e8325f78e718
Former-commit-id: 9c52eecd3c7592c6d3012d7644fd1a1d5d95f0fa
2011-03-05 15:50:27 +00:00
pouillot
512c02157a
Re #313 (Improve Windows binary installer) Multi-plateform speed-dreams-2 install / user settings folder prefix, executable name, and sd2-prefixed tools executables names to enable cohabitation with 1.4.x
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3261 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 47fb2bf5a83e7f44c489be6620bee6f1982b2208
Former-commit-id: 8a24125280d7cc601d83687a869b0d0065cbb90f
2011-01-12 19:32:40 +00:00
pouillot
0fbe8d896a
Fixed source package generator excluding some useful files (*config.h) and including useless ones (*.so, *.dll ...)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3131 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: d628e879d7d348df926bb24303e77dd749b62dce
Former-commit-id: a79555ad715581d82c7ba9f78f87b4c1db7808da
2010-11-16 22:15:27 +00:00
pouillot
da58052936
Fixes #193 : build fails after renaming README and COPYING
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2813 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: fbe0571ddced425370c87dd3b63c6a8b02acda9f
Former-commit-id: 03186cf5b511e743a3a84db8c2170b3f5616c34c
2010-09-28 19:51:45 +00:00
pouillot
095c45729d
better avoid spaces in install folder name
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2749 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 1dfbaa6834cf52def4964293c4a35205a74dfb61
Former-commit-id: 33097774cd36c2f9316128e62faf5f501f2dbbb3
2010-09-16 21:46:02 +00:00
pouillot
d769f9d5ac
Exclude .psd (just as .xcf*) files from source package
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2715 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ab03a11ed3afc96ab4cbfce2c53535e129b4107c
Former-commit-id: e855371db483d7b335d2421a04d540b809f23bac
2010-09-04 12:44:15 +00:00
pouillot
30526fddec
Fixed CPack generated binary installers not installing version.xml + cleaned up useless files
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2559 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 9154ba4b42789bcfc3ba64ab3062f13189f1df70
Former-commit-id: eb6c69a066ebcdd1b33b1fafb06bad4508ba576a
2010-07-10 19:21:13 +00:00
pouillot
aaba4c5be0
Fixes #135 (remove dependency on ALUT)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2552 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 36a8165bec765f21bba021c14757d2fa50f11922
Former-commit-id: 599813ed1ee58e9a001b9ee1691c84bea5ada7fd
2010-07-10 15:29:28 +00:00
pouillot
61c4c1d6c9
Generate PACKAGE_SRC MSVC project in order to be able to build the source packages (workaround for CMake bug)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2551 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 6a84916b010215be55aab243765603bc23298a64
Former-commit-id: 97208f0031cd7cfffaa6f3850615a2f33c3bc56b
2010-07-05 22:13:54 +00:00
pouillot
106f909a6a
WIP : Improved package generation configuration (added source package support (not yet under Windows) + made versionning scheme consistent with master CMakeLists.txt
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2549 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 324b11aa0570970371b6c634efc2f344956fd439
Former-commit-id: 180c39139099d6a374f987681bc91104661e71c7
2010-07-03 13:54:26 +00:00
pouillot
407668c306
Promoted sdl-port branch to the new trunk, towards 2.0
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2276 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: cbff36e6bd206b0180816184b31d3a609616f669
Former-commit-id: cc1d132029d92e672f8520d2555f8dcdc5bbb92e
2010-02-28 09:04:35 +00:00