Commit Graph

19 Commits (master)

Author SHA1 Message Date
cazfi 3ea7ad4ae4 Update homepage URLs in documentation to use https instead of http
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@725 0420edf4-82e4-42fc-9478-35b55e6d67a3
2020-02-29 22:44:06 +00:00
pkeus 8534ab350b Windows: Added manifest file
Removed hardcoded image sizes for menu corners, 
Small GUI fixes:
- Correctly check for Enter key in game over menu
- Properly set focus in event menu

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@721 0420edf4-82e4-42fc-9478-35b55e6d67a3
2020-02-27 20:16:34 +00:00
cazfi 634f22b350 Corrected license data in appdata file
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@717 0420edf4-82e4-42fc-9478-35b55e6d67a3
2019-12-03 17:28:48 +00:00
cazfi ca6eba4f84 Updated appdata file format
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@700 0420edf4-82e4-42fc-9478-35b55e6d67a3
2018-03-19 14:48:42 +00:00
cazfi 7f020276c2 Added appdata file.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@697 0420edf4-82e4-42fc-9478-35b55e6d67a3
2017-06-19 21:19:51 +00:00
cazfi 38a6ddb872 Added Keywords to the desktop file
Patch by Markus Koschany


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@636 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-02-04 10:19:56 +00:00
pkeus f8b1ad54e4 Reduced bit depth of bmp files to 24 bit and increased compression of some other images
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@634 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-29 08:59:37 +00:00
pkeus 5236839461 Compressed images with OptiPNG (lossless), requiring SFML 2.3 as minimum (otherwise some images cannot be loaded due to an old version of stb_image used by SFML < 2.3)
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@595 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-17 20:36:06 +00:00
cazfi 41b607d5f5 Renamed etracericon.svg as etr.svg and install it as icon.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@508 0420edf4-82e4-42fc-9478-35b55e6d67a3
2014-05-13 22:27:21 +00:00
pkeus 49969b7924 Merged revision(s) 493-500 from trunk:
Include <sys/stat.h> for mkdir() declaration.

........
Include <string.h> for memcpy() declaration.

........
Fixed compile errors caused by mismatched ints and doubles.

........
Include <string.h> for memset() declaration.

........
Made templates standard compliant. Unqualified name lookup does not look
into dependent base classes.

........
Added new matrices.[cpp|h] and vectors.[cpp|h] sourcefiles to build. 

........
Avoid shadowing of the template parameters with local variables.

........
Updated lists of resource files to install.

........


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@502 0420edf4-82e4-42fc-9478-35b55e6d67a3
2014-02-09 09:20:32 +00:00
pkeus 0d621aac9b Corrections to HUD: Fixed papercut font mode, improved string positioning
Use more GUI controls in config_screen

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@485 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-11-29 16:40:59 +00:00
pkeus 12cb17cc1b Code and data cleanup:
- Cleaned up textures: Keept only those in /data/textures that are currently needed by the game. Resized several textures to remove empty space
- Refactored HUD, fixed bug in wind display when racing upwards the hill
- Removed apparently unnecessary environment box rendering in quadtree code, improving framerate during race

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@481 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-11-27 19:20:04 +00:00
cazfi 8ecf3d055f Distribute banner.bmp and dialog.bmp.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@426 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-30 09:23:52 +00:00
cazfi 7e9be24867 Distribute .desktop file and icon.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@422 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-29 10:31:48 +00:00
cazfi a13cba8ac7 Added .desktop file, originally from Debian but slightly modified.
.png icon generated from our source .svg.


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@418 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-29 09:51:10 +00:00
cazfi 238772eaee Put version.rc and etracericon.* to tarball.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@410 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-15 20:41:38 +00:00
pkeus 9a3b42e01f Moved or removed several files in /data which are not necessary to run ETR
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@369 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-23 11:59:14 +00:00
pkeus 6e9d02f9c6 Use SPBoolN (former SPBoolNX) instead of SPIntN when reading bools
Added screenshots shown on sourceforge page

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@367 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-23 11:00:09 +00:00
pkeus 6f10196682 Added WiX-Installer for Windows, supporting both x64 and x86 builds
Readded Icon, used as resource for exe file
Created banner for installer from icon (like in old 0.4 installer)

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@352 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-10 19:18:38 +00:00