
Search found 13 matches
- 27 Aug 2004, 01:59
- Forum: General Development
- Topic: Inventory
- Replies: 8
- Views: 5776
- 26 Aug 2004, 15:14
- Forum: General Development
- Topic: Inventory
- Replies: 8
- Views: 5776
- 26 Aug 2004, 15:12
- Forum: General Development
- Topic: Development guidelines
- Replies: 8
- Views: 5595
If your working in classes and you read other peoples code, youl see right away that its a member var declared in the class definition or not. Specially handy if you work with derived works.. ofcause mainly handy for OO since member vars shoudnt be accessable by default :) The prefix for type.. wel ...
- 25 Aug 2004, 22:14
- Forum: General Development
- Topic: Inventory
- Replies: 8
- Views: 5776
Why non blocking? Most people stand still while grabbing some stuff from a bag :) Anyway, you could make it a simple square in the middle of the screen thats transparent for a certain degree.. lets say 50%. Simply use the mouse to click an item to equip it or drag it to the right equipment slot. Not...
- 25 Aug 2004, 21:59
- Forum: General Development
- Topic: What Are The Best Interface?
- Replies: 45
- Views: 26859
- 25 Aug 2004, 21:53
- Forum: General Development
- Topic: Object Oriented, Garbage collecting ect.
- Replies: 25
- Views: 14935
I like both. What do you want to use it for? It depends on the job that needs to be done. C/C++ is cool (by my opinion), but takes more time and mainly couses different kinds/types of bugs, errors. just because you have to keep track of all memory allocations by yourself. Again it all depends on the...
- 25 Aug 2004, 20:20
- Forum: General Development
- Topic: Development guidelines
- Replies: 8
- Views: 5595
Most code isnt really c++ oriented but for just incase.. some notes about member variable naming. member variables should have a prefix of m_ followed by the type and finally the name. eg class CTile { bool m_bPrivate; public: CTile(); virtual ~CTile(); m_strPublic; }; b = bool n = int,float,double....
- 25 Aug 2004, 19:58
- Forum: General Development
- Topic: I want you
- Replies: 41
- Views: 25923
Thank you :) Most stuff i did is background stuff, and alot aint and prolly will never finished too.. new things draw my attention all the time, lol. Just have to note, im no genious and memory aint a strong point too. Just doing me study fairly and had possabilaties to pickup some extra papers too!...
- 24 Aug 2004, 07:45
- Forum: Off topic
- Topic: BHI goes agains Privat RO-Server.
- Replies: 7
- Views: 3862
- 24 Aug 2004, 05:34
- Forum: Off topic
- Topic: BHI goes agains Privat RO-Server.
- Replies: 7
- Views: 3862
- 24 Aug 2004, 05:29
- Forum: Feedback / Feature Requests / Content Suggestions
- Topic: feedback
- Replies: 2
- Views: 2528
- 24 Aug 2004, 05:14
- Forum: Art & Graphics
- Topic: The artist still known as LORDNEV
- Replies: 3
- Views: 2859
- 24 Aug 2004, 05:07
- Forum: General Development
- Topic: I want you
- Replies: 41
- Views: 25923
1 - Programming languages C,C++, Java, php, html/css, vbscript/vb6 and some C#.. played with perl too.. still intrested in python but cant do it all at once :) Im also known with UML (use-cases, class diagrams etc etc), ERD (entity relation diagrams) and DFDs (data flow diagrams). 2 - Network progra...