| *** tpb has joined #tp | 00:00 | |
| *** ChanServ sets mode: +o tpb | 00:00 | |
| CIA-23 | llnz tpserver-cpp-refactor * r11e7c2aba05d / (3 files in 2 dirs): | 00:43 |
|---|---|---|
| CIA-23 | Small fixes to Board and MySqlPersistence. | 00:43 |
| CIA-23 | Now compiles cleanly for me. Added required const to methods in Board. | 00:43 |
| CIA-23 | Fixed typo and return types of retrieveBoard method. | 00:43 |
| llnz | alanp: ping? | 00:47 |
| llnz | epyon: don't forget to pull my change first when you start tomorrow | 00:48 |
| *** jernejovc_ has joined #tp | 00:51 | |
| alanp | pong | 00:59 |
| llnz | you should merge the changes from trunk at some point | 01:05 |
| *** peres has quit IRC | 01:05 | |
| *** jernejovc has quit IRC | 01:06 | |
| alanp | already? | 01:14 |
| llnz | from trunk, there is the shift of tinyxml to tpserver core | 01:15 |
| alanp | oh | 01:17 |
| alanp | ok | 01:17 |
| * alanp not super-familiar with git | 01:17 | |
| llnz | the easy way is to run: "git merge origin/master" | 01:18 |
| alanp | fatal: merging of trees d56351f157784c64b3c4e1ab8c14a87cd8b46608 and 8f4c7ea667299febf40133930a7caf06351acc85 failed | 01:19 |
| llnz | you will need to edit .gitignore to fix the conflict, then commit it | 01:22 |
| *** peres has joined #tp | 01:58 | |
| *** Noughmad has joined #tp | 02:17 | |
| *** llnz2 has joined #tp | 02:33 | |
| *** llnz has quit IRC | 02:33 | |
| *** llnz2 is now known as llnz | 02:35 | |
| cherez | tansell: Ping? | 03:21 |
| mithro | cherez: pong? | 03:30 |
| cherez | I'm not sure how parameters should work with the packets, since as I understand it they essentially extend the packet's structure. | 03:32 |
| cherez | I don't see a really clean way to implement that with the API. | 03:33 |
| mithro | why? | 03:33 |
| mithro | so you just add a bunch of structures to the packet? | 03:34 |
| cherez | More with cleanly integrating that with how the code already works, but I think I see a way to do it. | 03:39 |
| cherez | Alright, nevermind. | 03:39 |
| *** peres has left #tp | 03:39 | |
| cherez | Also, I think something is wrong with the coverage test. | 03:40 |
| cherez | What it's showing me right now is definitely wrong. | 03:41 |
| mithro | you sure - that is what you thought last time right? | 04:05 |
| *** Greywhind has quit IRC | 04:09 | |
| cherez | http://thousandparsec.net/~cherez/html/tp_netlib_parser.html | 04:23 |
| tpb | <http://ln-s.net/3Okt> (at thousandparsec.net) | 04:23 |
| cherez | Look at lines 41 and 42. | 04:23 |
| cherez | I'm pretty sure something is wrong there. | 04:23 |
| mithro | cherez: that does look strange | 04:46 |
| cherez | I've tested that each of those lines is covered separately, but it's pretty disconcerting. | 04:50 |
| mithro | covered separately? | 05:07 |
| cherez | The testing was separate, not the coverage. | 05:12 |
| Landon | hey mithro, I'm having a ton of trouble with the damage event | 05:18 |
| Landon | wrt displaying the damage | 05:18 |
| mithro | Landon: why? | 05:18 |
| Landon | wel, the code snippets I'm using aren't quite working right and I can't figure out why and the other method (particle effects) I cant find any information on making a string into a texture | 05:19 |
| Landon | but I was thinking about the battlexml, everything is functional and describes a battle visually except for logs and damage | 05:20 |
| Landon | do you think it would be a good idea to put actual damage numbers in the GUI/info bar and just have the smoke/fire show up on the actual ship | 05:20 |
| mithro | I would prefer them to come of the ship personally | 05:24 |
| mithro | rendering text to a texture buffer seems like something trivially easy | 05:24 |
| llnz | mhilmi: are you around? | 05:27 |
| Landon | it should be, but I can't find a starting point in Ogre::Font | 05:28 |
| Landon | hm, posted on the ogre forums, for now I'll get back to particle effects and moving | 05:34 |
| mithro | your going to need all types of particle effects for lasers and such | 06:05 |
| * llnz wanders off | 08:32 | |
| llnz | later all | 08:32 |
| *** llnz has quit IRC | 08:32 | |
| *** peres has joined #tp | 09:40 | |
| *** shenki has quit IRC | 09:46 | |
| *** jmtan has joined #tp | 09:51 | |
| *** shenki has joined #tp | 09:56 | |
| *** Noughmad has quit IRC | 11:30 | |
| *** Noughmad has joined #tp | 11:30 | |
| *** peres has quit IRC | 12:27 | |
| *** jmtan has quit IRC | 13:19 | |
| *** Greywhind has joined #tp | 13:25 | |
| *** verhoevenv has joined #tp | 14:12 | |
| *** tuna-fish has joined #tp | 14:13 | |
| *** tuna-fish has quit IRC | 14:19 | |
| *** Noughmad has quit IRC | 16:04 | |
| *** DTRemenak has quit IRC | 16:16 | |
| *** DTRemenak has joined #tp | 16:16 | |
| *** JLP has quit IRC | 16:18 | |
| *** DTRemenak has quit IRC | 16:19 | |
| *** DTRemenak has joined #tp | 16:22 | |
| *** JLP has joined #tp | 16:44 | |
| *** llnz has joined #tp | 18:30 | |
| llnz | morning all | 18:30 |
| CIA-23 | llnz tpserver-cpp * r8e21519d7f2f /tpserver/settings.cpp: | 18:43 |
| CIA-23 | Added . to valid setting key characters, should allow for some more advanced features. | 18:43 |
| CIA-23 | Like moving to boost::program_options or using categories, etc. | 18:43 |
| *** jnengland77 has joined #tp | 18:56 | |
| llnz | hi jnengland77 | 19:07 |
| *** jnengland77 has quit IRC | 19:08 | |
| *** jnengland77 has joined #tp | 19:08 | |
| llnz | how are you? | 19:09 |
| *** jnengland77 has quit IRC | 19:10 | |
| *** jnengland77 has joined #tp | 19:11 | |
| *** Jordan has joined #tp | 19:11 | |
| jnengland77 | I'm doing alright, yourself? | 19:11 |
| llnz | not bad | 19:11 |
| llnz | what are you up to currently? | 19:11 |
| jnengland77 | Not a whole lot. Just been searching for a summer job, but no luck with that. | 19:12 |
| jnengland77 | My class is going well though. | 19:13 |
| llnz | ok cool, best of luck for the job hunt | 19:15 |
| jnengland77 | thanks, what are you up to? | 19:16 |
| llnz | working, plus some open source space stuff, plus adding battlexml to tpserver-cpp | 19:17 |
| jnengland77 | Ah. | 19:17 |
| *** jernejovc_ has quit IRC | 19:53 | |
| *** verhoevenv has quit IRC | 20:19 | |
| *** bddebian has quit IRC | 21:59 | |
| *** DTRemenak|RDP has joined #tp | 22:01 | |
| *** DTRemenak has quit IRC | 22:16 | |
| *** epyon has quit IRC | 22:51 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!