The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Support more opponents - 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: Support more opponents (/showthread.php?tid=1631) |
- NaN - 06-18-2012 Sorry for going silent guys. I've got stuck with some code, needed some distance. - Timo 6 - 06-19-2012 Here's a zip of my current vdrift-data-gui/skins/simple/menus - the majority of them are done. http://timothyfurlong.co.uk/vdrift/menus.zip - antoniovazquez - 06-21-2012 Whats left for merging this branch? - NaN - 06-21-2012 antoniovazquez Wrote:Whats left for merging this branch?- finish the skin, I still haven't had time to review timo's changes - fix gui option tooltips(regression), I've got an idea how but haven't had time to implement it - fix car/track update gui(regression) - fix garage camera, use dedicated camera at fixed position - profile/reduce garage loading time? - antoniovazquez - 07-04-2012 How is it going? Seems you are a bit busy. - NaN - 07-05-2012 Well... messing with the gui is time consuming. The simple skin consists of 34 gui pages. I've pushed what I've got atm, still incomplete. - NaN - 07-07-2012 New build vdrift-gui-2012-07-07: https://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/ Hopefully the last build before merging back into master. As usual don't forget to update gui data. - NaN - 07-08-2012 I've added an extra garage camera. But I think it needs some fading(animation) when it focuses on a new car. I haven't decided how to implement this. Need to check where camera state is updated in the main loop. Maybe it is time for game states(each game state would implement its own update method). This would require some refactoring though. We have got one huge(ugly) game class atm. - NaN - 07-10-2012 New build vdrift-gui-2012-07-10: https://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/ The really last build before merging hehe. To have more control over GUI layout I've changed the way it deals with changing aspect ratios (1280x720 vs 1280x800 e.g.). This required some minimal code changes(most changes happened in data), thus the new build. If no bigger issues pop up I'd like to merge the branch into master, work on the garage camera animation and loading speedups in separate branches. PS: I know the track name field width is a bit short for some track names, will fix. - NaN - 07-11-2012 Gui branch has been merged into master. Please report if you run into issues. Some of the recent AI bits(AI selection) didn't survive the merge. I will bring them back asap. - Timo 6 - 07-11-2012 Got some bugs - currently testing and will report soon. |