Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Troman
- Original Message - From: Dennis Schridde [EMAIL PROTECTED] To: warzone-dev@gna.org Sent: Sunday, November 26, 2006 6:26 PM Subject: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Per Inge Mathisen
On 11/27/06, Dennis Schridde [EMAIL PROTECTED] wrote: As a long term goal we should consider converting txt files into a more user friendly format, this could also bring more people into modding. Since some lines consist of more than 20 entries of different types having tags or some other

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Giel van Schijndel
Fearthecute schreef: Troman schrieb: Sorry I don't know about this, I hope Watermelon is reading this. As a long term goal we should consider converting txt files into a more user friendly format, this could also bring more people into modding. Since some lines consist of more than 20

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Dennis Schridde
Am Montag, 27. November 2006 21:56 schrieb Per Inge Mathisen: On 11/27/06, Dennis Schridde [EMAIL PROTECTED] wrote: As a long term goal we should consider converting txt files into a more user friendly format, this could also bring more people into modding. Since some lines consist of

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Dennis Schridde
Am Montag, 27. November 2006 22:37 schrieb Giel van Schijndel: Fearthecute schreef: Troman schrieb: Sorry I don't know about this, I hope Watermelon is reading this. As a long term goal we should consider converting txt files into a more user friendly format, this could also bring more

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Christian Vest Hansen
I really doubt that an sqlite db would gain anything in perfomance as compared to XML files. Both will have in-memory data structures but with sqlite you'll have the overhead of an SQL parser, optimizer, ACID transactions and basicly a lot of stuff that I don't think is needed. XML is a nice, as

Re: [Warzone-dev] Re: [Warzone-commits] r510 - in /trunk:data/mp/stats/weapons.txt data/stats/weapons.txt src/combat.csrc/order.c src/projectile.c src/stats.c src/statsdef.h

2006-11-27 Thread Per Inge Mathisen
On 11/27/06, Giel van Schijndel [EMAIL PROTECTED] wrote: What about using XML purely for data storage. Then upon compiling loading all this data into an sqlite database, which is really fast too my experience if you make use of transactions a lot. This way you'd only have to load the