Commit Graph

25 Commits (master)

Author SHA1 Message Date
q3k 7680c942a5 src/depot: add, move file loads to depot resolution 2021-04-28 20:18:44 +02: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
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 938e79099b Removed menu_title_small.png from installation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@551 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 06:33:39 +00:00
pkeus 6dd5346246 Small refactorizations and fixes:
- Fixed line ending of groups.lst
- Fixed GUI behaviour in race_select.cpp
- Removed redundant small menu title, use large one instead
- Code cleanups

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@550 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-14 22:34:42 +00:00
cazfi 435bd1976b Removed herringicon3.png from the filelist.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@527 0420edf4-82e4-42fc-9478-35b55e6d67a3
2014-08-02 02:34:56 +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
pkeus 29f5fff30b Fixed speed display
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@475 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-11-03 10:14:23 +00:00
pkeus a3fed09b70 Cleaned up all .lst files (Removed redundant space characters and newlines at file end)
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@391 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-12 12:33:06 +00:00
cazfi e1bfe6dfa0 Added missing files to tarball creation.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@371 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-23 22:29:58 +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
cazfi bbadaeeb02 Corrected gauge texture filenames so they get loaded and appear in game.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@299 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-03 08:34:57 +00:00
cazfi 1afc9b4d52 Install data files to correct target locations.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@297 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-03 03:38:32 +00:00
erin10 6696cec40a texture loading changed
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@253 0420edf4-82e4-42fc-9478-35b55e6d67a3
2011-01-17 09:57:11 +00:00
cpicon92 4c3d887908 interface tweaks and fixed animations
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@251 0420edf4-82e4-42fc-9478-35b55e6d67a3
2011-01-07 01:46:10 +00:00
erin10 d4e9a28cec resolution change without restart
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@239 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-12-04 18:31:23 +00:00
erin10 79afc325e1 final steps
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@234 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-11-30 10:35:48 +00:00
erin10 e4454a8ee5 player selection added
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@230 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-11-24 11:18:46 +00:00
erin10 c3a5ba35db keyframe tools implemented
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@229 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-11-18 15:23:16 +00:00
erin10 3857f2a597 new login screen
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@222 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-11-04 15:39:17 +00:00
erin10 8353556b03 character selection added
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@221 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-11-03 09:43:08 +00:00
cpicon92 34fb95c299 uploaded new codebase
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@200 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-10-02 17:04:20 +00:00