*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** mithro has quit IRC | 00:57 | |
*** peres has joined #tp | 04:04 | |
*** llnz has joined #tp | 05:14 | |
*** peres has quit IRC | 06:04 | |
llnz | meh | 07:14 |
---|---|---|
*** llnz has quit IRC | 07:14 | |
*** DTRemenak has quit IRC | 07:59 | |
*** peres has joined #tp | 08:47 | |
*** peres has quit IRC | 12:13 | |
*** DTRemenak has joined #tp | 13:16 | |
*** greywhind_ has joined #tp | 18:23 | |
*** greywhind has joined #tp | 20:10 | |
*** greywhind_ has quit IRC | 20:10 | |
*** llnz has joined #tp | 20:44 | |
*** SmrtSkoso has joined #tp | 20:52 | |
*** JLP has quit IRC | 20:56 | |
*** SmrtSkoso is now known as JLP | 20:56 | |
*** JLP_ has joined #tp | 20:56 | |
*** llnz has quit IRC | 21:41 | |
*** greywhind_ has joined #tp | 22:10 | |
*** greywhind has quit IRC | 22:10 | |
CIA-10 | jlp parsek * r4eb97ee6774d /src/objectsitem.h: Created header for Objects Item, to be used in Objects Model | 22:12 |
CIA-10 | jlp parsek * r2b8b3da41e71 /src/ (objectsitem.cpp objectsitem.h): Added implementation of Objects Item | 22:12 |
CIA-10 | jlp parsek * ra59a99b465d5 /src/objectsmodel.h: Adding header for objects model | 22:12 |
CIA-10 | jlp parsek * r00d2ad96a1ab / (13 files in 2 dirs): Merge branch 'master' into objectsmodel | 22:12 |
CIA-10 | jlp parsek * r56ed11b6d682 /src/ (objectsitem.cpp objectsitem.h objectsmodel.h): Upgraded the license to GPLv3 | 22:12 |
CIA-10 | jlp parsek * r09646ebb89e4 /src/ (CMakeLists.txt objectsmodel.cpp): | 22:12 |
CIA-10 | Let's start working on objects model implementation. | 22:12 |
CIA-10 | Still have to write the function to populate the model. | 22:12 |
CIA-10 | jlp parsek * rbdcc82558092 /src/ (6 files): | 22:13 |
CIA-10 | Continued work on Universe model | 22:13 |
CIA-10 | Added functions for importing objects from TP format to internal format | 22:13 |
CIA-10 | Still have to import properties other than common | 22:13 |
CIA-10 | Must not forget to add all the missing includes | 22:13 |
CIA-10 | Also have to make model return data and headers | 22:13 |
CIA-10 | jlp parsek * re60bd160bab9 /src/CMakeLists.txt: Removed kde4_automoc() - not needed anymore | 22:13 |
CIA-10 | jlp parsek * r0fa2fed26435 /src/ (loggerwidget.cpp loggerwidget.h): | 22:13 |
CIA-10 | Compile with libtpproto-cpp from git | 22:13 |
CIA-10 | Arguments in virtual functions in logger are now const | 22:13 |
CIA-10 | jlp parsek * r594fa74646f7 /src/ (CMakeLists.txt objectsitem.cpp objectsitem.h): | 22:13 |
CIA-10 | Compile ObjectsItem | 22:13 |
CIA-10 | Added it to the list of sources and sorted the list by alphabet. | 22:13 |
CIA-10 | Fixed some errors so that it at least compiles. | 22:13 |
CIA-10 | jlp parsek * r0d99351b8431 /src/ (CMakeLists.txt importobject.cpp importobject.h): | 22:13 |
CIA-10 | Compile object import functions | 22:13 |
CIA-10 | Added it to the list of sources. | 22:13 |
CIA-10 | Fixed some errors so that it at least compiles. | 22:13 |
CIA-10 | jlp parsek * r15a7a505a283 /src/ (5 files): | 22:13 |
CIA-10 | Compile ObjectsModel | 22:13 |
CIA-10 | Added it to the list of sources. | 22:13 |
CIA-10 | Fixed some errors so that it at least compiles. | 22:13 |
CIA-10 | jlp parsek * re1e6da1ef537 /src/objectsmodel.cpp: Common header data now returned | 22:13 |
CIA-10 | jlp parsek * rfb1540d5ee7d /src/ (converters.cpp converters.h): Added functions to convert position and velocity to string | 22:13 |
CIA-10 | jlp parsek * r44721d000cce /src/objectsmodel.cpp: Common object data now returned | 22:13 |
CIA-10 | jlp parsek * r2586d926b091 /src/ (4 files): | 22:13 |
CIA-10 | Model of universe objects now working | 22:14 |
CIA-10 | It looks like the objects get downloaded correctly | 22:14 |
CIA-10 | and the tree gets built. The tree view shows objects | 22:14 |
CIA-10 | (2 lines omitted) | 22:14 |
*** llnz has joined #tp | 22:23 | |
CIA-10 | jlp parsek * r01ef3dd4947f / (doc/index.docbook src/doc/index.docbook): Moved doc folder into src folder | 22:25 |
llnz | nice progress on parsek... | 22:33 |
llnz | JLP: a some point I would like to discuss with you about future improvements to libtpproto-cpp | 22:36 |
JLP | llnz: yeah, it was about time :) next on my TODO is to create a universe map and to actualy be able to create orders | 22:36 |
llnz | my main interests would be making libtpproto-cpp work better with toolkits (ie, async) and support TP04 | 22:37 |
JLP | yeah i imagined, blocking ui during objects download is quite annoying, well and TP04 is innevitable :) | 22:39 |
JLP | i'll try to help the best i can with my newbie c++ knowledge | 22:39 |
llnz | any thoughts on metaserver/mdns-sd support? client or libtpproto-cpp? | 22:43 |
JLP | llnz: i think this should be in libtpproto so that the client only requests the list, user selects the server/game and the library again does the rest | 22:47 |
llnz | ok | 22:48 |
JLP | or maybe we should create a libtpclient-cpp :) | 22:48 |
llnz | libtpproto-cpp is libtpclient-cpp | 22:49 |
llnz | it includes most of the functionality that would be present in libtpclient-cpp | 22:50 |
JLP | well then i guess it is the right place also for the metaserver stuff | 22:50 |
llnz | i don't expect to do much on libtpproto-cpp until there has been a tpserver-cpp release | 23:35 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!