Search found 7 matches

by Hanno
26 Jun 2008, 09:08
Forum: TMW Classic
Topic: A question on programming style - global variables
Replies: 9
Views: 3013

Re: A question on programming style - global variables

What is "Singleton pattern"? The aim is to prevent more than one of "instantiation". I've never had a class where I found this feature particularly useful. But that might be just my personal experience. Anyway it makes sense to avoid of "Singletonitis" (frequently usin...
by Hanno
20 Jun 2008, 10:31
Forum: TMW Classic
Topic: A question on programming style - global variables
Replies: 9
Views: 3013

Re: A question on programming style - global variables

Another method is using Singleton pattern. I'm not a developer on this project so feel free to ignore me, but I think a Singleton is just the object-oriented variant of a global variable and should also be avoided. If one object depends on another, the dependency should just be given to the object ...
by Hanno
27 Mar 2007, 16:39
Forum: Off topic
Topic: Are there any RPG where you have to pay taxes in-game?
Replies: 11
Views: 2582

There are sales taxes in EVE Online. They are automatically deducted from each transaction and you can learn skills to lower them.
by Hanno
14 Jul 2006, 18:49
Forum: Off topic
Topic: Using TMW's graphics in another game
Replies: 5
Views: 2188

I finally released that damn demo. Download links:
techdemo.tar.gz, techdemo.zip

I've written some more info about the demo on my blog:
http://elrador.net/~hanno/blog/index.ph ... hDemo.html

Thanks again to all the artists who created those wonderful graphics!
by Hanno
17 Mar 2006, 14:49
Forum: Off topic
Topic: Using TMW's graphics in another game
Replies: 5
Views: 2188

There have be some delays, but finally the demo is nearly ready. The only things left to do are installing the server software on our server and uploading the download packages. I have created a README file which includes credits and copyright information. It would be nice if someone could check if ...
by Hanno
04 Feb 2006, 12:57
Forum: Off topic
Topic: Using TMW's graphics in another game
Replies: 5
Views: 2188

If indeed the MIT license can coexist with the GPL then of course you are free to use our graphics in your project and make sure your project is dual licenced, also available under the GPL. I think you'd have to make sure to state that the graphics are not available under MIT though, and just licen...
by Hanno
04 Feb 2006, 10:52
Forum: Off topic
Topic: Using TMW's graphics in another game
Replies: 5
Views: 2188

Using TMW's graphics in another game

Hi! Before I start: I wasn't sure if this post fits into the graphics development forum, so I just placed it here. I hope this place is not too wrong ;) First I want to introduce myself: My name is Hanno, and I'm a student from Germany. I've been working on online game development for quite a while ...