The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
GUI changes - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: GUI changes (/showthread.php?tid=1694) |
GUI changes - NaN - 02-17-2013 I've been working on the GUI a bit, mostly under the hood, implementing some missing features. This also includes some refactoring of the current "simple" skin. A recent win build (vdrift-2013-02-17.exe) is available from here (to be used with data from svn of course): https://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/ RE: GUI changes - GunChleoc - 02-17-2013 Thanks for fitting in my long strings RE: GUI changes - NaN - 03-22-2013 Another update. Posting to keep myself motivated, lol. Widgets and controls list are supported now. The pics below are wip. List layout is fully configurable. Hope to have it ready over the weekend. The next step will be to display track map above name and/or additional track info. The cars will get preview images too, eventually RE: GUI changes - GunChleoc - 03-22-2013 Keep it up! RE: GUI changes - NaN - 03-27-2013 Code pushed, please pull and test the crap out of it. Windows users can grab the build here(vdrift-2013-03-28.exe SFX): https://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/ To be used with latest data as usual. While hacking on the code I ran into some funky undefined behavior. I've failed to set the texture of the image list in a special case, which caused all image widgets to be rendered twice 8) (that is why the rects in the pic above look so dark). Might be something to investigate for the inclined. RE: GUI changes - NaN - 03-29-2013 Now it is getting more interesting. For cars we could use screenshots. Like here: Anyone interested in creating the preview pics for cars? Should look at least as great as the above shot, all graphics settings maxed out. The shots can be on different tracks/track sections to get some variation. The pic itself should be cropped to 512x512. RE: GUI changes - slickx - 03-30-2013 are this changes made to simplify the GUI going for a 2d approach? RE: GUI changes - NaN - 03-30-2013 Nah, it is just replaces currently used selection ui, which forces the user to go through the available options one by one. With over 40 cars/tracks this can be somewhat annoying. |