-
Git repo contains "trunk" directory, there is no sense. Sources must be located at ./ of git repo. It's like having "trunk/trunk" in svn.
2009-09-28 05:48:25 UTC in Teeworlds Next Generation
-
In commit b2d5c3606c3e8d5e94245cda79a8ffd4568544ca
trunk/src/game/client/components/scoreboard.cpp normal LF end-of-lines was changed to CRLF. Everywhere in teeworlds LF used, so please stop abusing source code with CRLF.
commit b7213f2570bb9f86e321dddd130307d0be3d7989
trunk/Makefile - same shit
trunk/info/launcher/dottmod 1 Client.launch
and some other files.
2009-09-28 05:45:34 UTC in Teeworlds Next Generation
-
When packaging linscope into rpm package, binary program placed to /usr/bin/ and locale-files into /usr/share/linscope/, but linscope doesn't try to search it there.
Following patch solves the problem.
2008-10-27 09:49:41 UTC in LinScope
-
When builing with gcc4.3, i get the following errors:
g++ -c -pipe -Wall -W -pipe -Wall -Os -march=i586 -mtune=i686 -DGLX_GLXEXT_LEGACY -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I. -I/usr/lib/qt3//include -o sharescanner.o ../sharescanner/sharescanner.cpp
../sharescanner/sharescanner.cpp: In function 'FILE* popen2(pid_t*, const char*, const char*)'...
2008-10-27 09:42:24 UTC in LinScope