Forums
missing src/sprite2d.cpp - 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: missing src/sprite2d.cpp (/showthread.php?tid=1339)



missing src/sprite2d.cpp - alex25 - 08-26-2010

can we have that added to the repository? looks like it got missed in the last series of commits. thanks.

--alex--


- alex25 - 08-26-2010

thanks for adding the missing file. i seem to have lost my controls config file though (and trying to redefine them has no effect). the file exists but it's empty.

--alex--


- portets - 08-26-2010

after doing a "scons -c", compiling gives me

Code:
In file included from include/carcontrolmap_local.h:5,
                 from src/carcontrolmap_local.cpp:1:
include/eventsystem.h:174: error: ‘EVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(int) const’ cannot be overloaded
include/eventsystem.h:173: error: with ‘EVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(SDLKey) const’
src/carcontrolmap_local.cpp: In member function ‘void CARCONTROLMAP_LOCAL::Load(const std::string&, std::ostream&, std::ostream&)’:
src/carcontrolmap_local.cpp:121: error: ‘SDLK_LAST’ was not declared in this scope
src/carcontrolmap_local.cpp:121: error: ‘SDLK_FIRST’ was not declared in this scope
scons: *** [build/carcontrolmap_local.o] Error 1
scons: building terminated because of errors.



- NaN - 08-26-2010

Quote:lost my controls config file
I can confirm this. Will fix asap.


- NaN - 08-26-2010

Controls regression fixed. Sorry for the inconvenience. :wink:


- alex25 - 08-26-2010

NaN Wrote:Controls regression fixed. Sorry for the inconvenience. :wink:
no problem.

--alex--