Search found 10 matches

by moi1392
02 Aug 2005, 12:05
Forum: Support and Bug reports
Topic: Error while compiling for Debian amd64 with gcc 4.0
Replies: 6
Views: 3387

bug fixed in guichan CVS :)
by moi1392
20 Jul 2005, 16:06
Forum: Support and Bug reports
Topic: Error while compiling for Debian amd64 with gcc 4.0
Replies: 6
Views: 3387

yeah, I know the bug fixed by your patch, that's was the way I switch to cvs !!
But event if the desctructor is declared, It must be implemented if some class inherit from that one because it needed !
by moi1392
17 Jul 2005, 22:47
Forum: Graphics Development
Topic: weapon : short sword
Replies: 6
Views: 2720

it's ok :) i'm not really a designer, i'm a programmer. But I don't like the default knife, so i draw one for me and give it to the project :)
If you like it use it. If you want to improve it, feel free to modify it !
I'm sorry but I don't have time to work on it now.
by moi1392
17 Jul 2005, 16:39
Forum: Graphics Development
Topic: weapon : short sword
Replies: 6
Views: 2720

weapon : short sword

I draw a short sword for the attack.
Try it and say me if you like it :)

Image
by moi1392
17 Jul 2005, 12:17
Forum: Feedback / Feature Requests / Content Suggestions
Topic: Some ideas
Replies: 6
Views: 2928

thanks for reply :) I got some other ideas ;) About jobs : What about a repair/improve equipment job ? All equipment have a resistance that decrease as you use it (be attacked for armor, attack for weapon, ...). when resistance is 0, you can't use this item anymore. Repairing it require at least lev...
by moi1392
17 Jul 2005, 12:06
Forum: TMW Classic
Topic: musics are not in CVS
Replies: 2
Views: 2199

musics are not in CVS

I got and compile a CVS version of The Mana WOrld, but the musics are not includes in the CVS, where I can download them ?
by moi1392
17 Jul 2005, 10:10
Forum: Feedback / Feature Requests / Content Suggestions
Topic: Some ideas
Replies: 6
Views: 2928

Some ideas

Hello all Mana Worlders :) fisrt, i'm sorry for my poor english.. if you don't understand something, it's normal (:p) say me what and I try to re-explain it. After playing some hours, i got some ideas about the gameplay. I put them, but I think they can be improved. If you like them, please answer a...
by moi1392
15 Jul 2005, 16:39
Forum: Support and Bug reports
Topic: Error while compiling for Debian amd64 with gcc 4.0
Replies: 6
Views: 3387

sorry for not saying this before : I use guichan CVS (I check it out yesterday)
by moi1392
15 Jul 2005, 15:05
Forum: Feedback / Feature Requests / Content Suggestions
Topic: Faster Healing?
Replies: 14
Views: 5580

My idea for regeneration is that its must be higher in town, lower in mosters aera (like the desert at the south of the town) and null in dongean (like the mine with black scorpions) In that way, potions (and healers...) become really useful, and we can put treasures at the end of the dongeon, and t...
by moi1392
15 Jul 2005, 14:50
Forum: Support and Bug reports
Topic: Error while compiling for Debian amd64 with gcc 4.0
Replies: 6
Views: 3387

Error while compiling for Debian amd64 with gcc 4.0

I got an error because in guichan, the class ModelList declare a pure virtual and is not implemented. The linker fail in gui/byu.o when is looking for the super class destructor (ListModel) I simply add these line at the end of this file (buy.cpp) : namespace gcn { ListModel::~ListModel() { } }