-
Posts
535 -
Joined
-
Last visited
-
Days Won
1
Everything posted by ffffffff
-
[CLOSED] SIGN UPS - Sunday Pro Games 1v1 Tournament
ffffffff replied to HMS-Surprise's topic in Announcements / News
r u crying?- 79 replies
-
- 1v1
- sunday pro games
-
(and 1 more)
Tagged with:
-
[CLOSED] SIGN UPS - Sunday Pro Games 1v1 Tournament
ffffffff replied to HMS-Surprise's topic in Announcements / News
jc is a crazynist dont let him play- 79 replies
-
- 1
-
- 1v1
- sunday pro games
-
(and 1 more)
Tagged with:
-
Sunday Pro Games 1v1 Tournament Main Thread
ffffffff replied to HMS-Surprise's topic in Announcements / News
Where is the dislike button?- 74 replies
-
- tournament
- sunday pro games
-
(and 1 more)
Tagged with:
-
remove ur config search google 0ad paths and it will work again
-
Linking error current a24 dev svn tree r23060
ffffffff replied to ffffffff's topic in Game Development & Technical Discussion
btw a23-next LOOKS awesome. -
Linking error current a24 dev svn tree r23060
ffffffff replied to ffffffff's topic in Game Development & Technical Discussion
ok is working. i deleted the mentioned files and put a CCACHE_RECACHE=1 make -j5 in front. so it compiled the files and recached it. now works good. greet -
Linking error current a24 dev svn tree r23060
ffffffff replied to ffffffff's topic in Game Development & Technical Discussion
jea i did clean-workspace.sh after that failure and recompiled again. but i guess it directs in that directions. maybe my compile cacher seems corrupted somehow. i will recompile just thought its something wrong in code. ok i check. (btw i use ccache for compile caching). Greets F. Ah that can help https://ccache.dev/manual/latest.html#_corrupt_object_files. I try delete the file and recompile. -
Ubuntu 19.10. All went well till linking. a23b r21947 compiled well. svn log -l1 ------------------------------------------------------------------------ r23060 | Alexandermb | 2019-10-05 17:25:07 +0200 (Sa, 05. Okt 2019) | 1 Zeile Fix "Didn't find any objects in the scene" in elephant_asian_armored_03.dae ------------------------------------------------------------------------ gcc --version gcc (Ubuntu 9.2.1-8ubuntu1) 9.2.1 20190909 Copyright (C) 2019 Free Software Foundation, Inc. ./update-workspaces.sh -j5 [went well] 0ad/build/workspaces/gcc$ make -j4 ==== Building mocks_real (release) ==== ==== Building network (release) ==== ==== Building tinygettext (release) ==== ==== Building lobby (release) ==== ==== Building glooxwrapper (release) ==== ==== Building simulation2 (release) ==== ==== Building scriptinterface (release) ==== ==== Building engine (release) ==== ==== Building graphics (release) ==== ==== Building atlas (release) ==== ==== Building gui (release) ==== ==== Building lowlevel (release) ==== ==== Building mongoose (release) ==== ==== Building Collada (release) ==== ==== Building pyrogenesis (release) ==== Linking pyrogenesis /usr/bin/ld: ../../../binaries/system/libgui.a(CGUIString.o): in function `std::vector<GUIRenderer::SDrawCall, std::allocator<GUIRenderer::SDrawCall> >::~vector()': /.au0/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/SettingTypes/CGUIString.cpp:43: multiple definition of `CGUIString::SFeedback::Reset()'; ../../../binaries /system/libgui.a(GUItext.o):/media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.cpp:41: first defined here /usr/bin/ld: ../../../binaries/system/libgui.a(CGUIString.o): in function `CGUIString::TextChunk::Tag::SetTagType(CStrW const&)': /.au0/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/SettingTypes/CGUIString.cpp:238: multiple definition of `CGUIString::TextChunk::Tag::SetTagType(CStrW cons t&)'; ../../../binaries/system/libgui.a(GUItext.o):/media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.cpp:236: first defined here /usr/bin/ld: ../../../binaries/system/libgui.a(CGUIString.o): in function `CGUIString::TextChunk::Tag::GetTagType(CStrW const&) const': /.au0/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/SettingTypes/CGUIString.cpp:248: multiple definition of `CGUIString::TextChunk::Tag::GetTagType(CStrW cons t&) const'; ../../../binaries/system/libgui.a(GUItext.o):/media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.cpp:246: first defined here /usr/bin/ld: ../../../binaries/system/libgui.a(CGUIString.o): in function `CGUIString::SetValue(CStrW const&)': /.au0/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/SettingTypes/CGUIString.cpp:264: multiple definition of `CGUIString::SetValue(CStrW const&)'; ../../../bin aries/system/libgui.a(GUItext.o):/media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.cpp:262: first defined here /usr/bin/ld: ../../../binaries/system/libgui.a(GUItext.o): in function `CGUIString::GenerateTextCall(CGUI const*, CGUIString::SFeedback&, CStrIntern, int const&, int cons t&, bool, IGUIObject const*) const': /media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.cpp:158: undefined reference to `CGUISpriteInstance::operator=(CStr8 const&)' /usr/bin/ld: ../../../binaries/system/libgui.a(GUItext.o): in function `SGUIText::SSpriteCall::SSpriteCall(SGUIText::SSpriteCall const&)': /media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUItext.h:60: undefined reference to `CGUISpriteInstance::CGUISpriteInstance(CGUISpriteInstance const&)' /usr/bin/ld: ../../../binaries/system/libgui.a(GUIutil.o): in function `GUI<int>::ParseColor(CStrW const&, CColor&, int)': /media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUIutil.cpp:110: undefined reference to `CGUIManager::GetPreDefinedColor(CStr8 const&, CColor&) const' /usr/bin/ld: ../../../binaries/system/libgui.a(GUIutil.o): in function `bool __ParseString<CColor>(CStrW const&, CColor&)': /media/fs/u1804/home/fs/Code/0ad/build/workspaces/gcc/../../../source/gui/GUIutil.cpp:122: undefined reference to `CGUIManager::GetPreDefinedColor(CStr8 const&, CColor&) const' collect2: error: ld returned 1 exit status make[1]: *** [pyrogenesis.make:81: ../../../binaries/system/pyrogenesis] Fehler 1 make: *** [Makefile:69: pyrogenesis] Fehler 2 last change of the file /ps/trunk/source/gui/CGUIString.cpp was here: r23028 | elexis | 2019-10-02 11:44:00 +0200 (Mi, 02. Okt 2019) | 7 Zeilen [...] D /ps/trunk/source/gui/CGUIString.cpp [...] Greets F.
-
this thread is empty and dead
-
Open Positions to organize NEW Programs/Events
ffffffff replied to HMS-Surprise's topic in Announcements / News
i have the same glasses -
0 A.D. Development Report: May -Â August 2019
ffffffff replied to Sundiata's topic in Announcements / News
can we bring that in lobby announce? maybe ref to 0ad ticket, modding, forum and trac sides. i would appreciate to see that. talked already to @elexis, @ffm, @user1 (ack: @Hannibal_Barca). Maybe in conjunction with saying as to be supporter to the project/ or donator. I guess we need there a bigger announce and catch the people. Good day, f. -
pls notice that stockfish is using my fooking mod and everybody loves it. pls apply to maingame
-
Suggestenius Suggustus stop funny no code
-
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
who is going to continue coding my mod now?txxd -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
back he is not banned -
Ratings Disputes and Offence Reporting (Discussion)
ffffffff replied to gator303's topic in General Discussion
hi i never abuse get loads of kicks still -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
oh yea adressed! -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
borg u need an answer -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
borg u have problems with windows installation software -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
borg u got face recognition problems eae -
for me one of the main problems of the "Livestream Pro Game Series" is that we don't have these nice graphics from @LordGood and @Stan` and all the other Graphics Developers in the live stream of @HMS-Surprise @Feldfeld @Unknown_Player and @psypherium (Alistair). Is that maybe a problem of performance with large unit amounts in game? Or is it simply a lack of good graphics card? For promoting this game this is a very sad showing off the game if we only focus on skill and tactics but the leave the ambient feeling of the graphics side behind. Maybe we can fix that somehow? If the performance is the problem I guess we have to wait for the multithread pathfinding at least. I hope there is a progress coming. Btw is there finally a graphics computing thread in progress? Or this nice new @aeonios graphics patch around @vladislavbelov? Because for the ambient feeling this is very sad if were are not gaining that. Btw the stream and the gameplay and the commentary else was really nice! Thx to everyone at that point! ( @borg- @nani @elexis @Boudica for acknowledge and all the other ) Here is the last Stream link for a quick look:
-
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
disable autociv, maybe other mods, fgod23 name is good in mod page -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification
some fix and new experimental (new player status in lobby when in game logged and some fixes): fgod23_experimentalv2.pyromod -
fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players
ffffffff replied to ffffffff's topic in Game Modification