• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 02:35
CEST 08:35
KST 15:35
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Serral wins HomeStory Cup 2910Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
Reynor: GSL Loss Wasn't About Preparation Format10[IPSL] Spring 2026 Grand Finals - This Weekend!0Weekly Cups (July 6 - 12): Protoss strike back5BSL Season 22 Full Overview & Conclusion8BSL Season 22 Full Overview & Conclusion8
StarCraft 2
General
Reynor: GSL Loss Wasn't About Preparation Format Weekly Cups (July 6 - 12): Protoss strike back Co-op Commander Guide: Kerrigan Serral wins HomeStory Cup 29 Is the larve respawn broken?
Tourneys
GSL CK #5 Race War WardiTV Summer Cup 2026 RSL Revival: Season 6 - Qualifiers and Main Event HomeStory Cup 29 Vespene Cup #1 — $300+ USD, July 10
Strategy
[G] Having the right mentality to improve
Custom Maps
New Map Maker - Looking for Advice - Love or Hate Work In Progress Melee Maps [D]RTS in all its shapes and glory <3
External Content
The PondCast: SC2 News & Results Mutation # 534 Burning Evacuation Mutation # 533 Die Together Mutation # 532 Nuclear Family
Brood War
General
screpdb: new Starcraft reporting tool Pros Debate: Zerg Unfairly Nerfed? (ASL S22 map) BSL Season 22 Full Overview & Conclusion BGH Auto Balance -> http://bghmmr.eu/ ASL 22 Proposed Map Pool
Tourneys
[Megathread] Daily Proleagues [IPSL] Spring 2026 Grand Finals - This Weekend! [ASL22] Wildcard Qualifier IPSL Spring 2026 Top 4!
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers Creating a full chart of Zerg builds Relatively freeroll strategies
Other Games
General Games
Nintendo Switch Thread General RTS Discussion Thread Stormgate/Frost Giant Megathread Path of Exile Summer Games Done Quick 2026!
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
NeO.D_StephenKing vs This Guy From 1 Million Dance TL Mafia Community Thread TL Mafia Power Rank Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread UK Politics Mega-thread YouTube Thread Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club The HerO Fan Club!
Media & Entertainment
Anime Discussion Thread [Req][Books] Good Fantasy/SciFi books Movie Discussion! Series you have seen recently...
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Tennis[sport] Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Simple Questions Simple Answers FPS when play League Of Legend on laptop How to clean a TTe Thermaltake keyboard?
TL Community
The Automated Ban List
Blogs
The Experiences We Want and …
TrAiDoS
An Exploration of th…
waywardstrategy
Gauntlet SC2: A Retrospectiv…
Ctone23
ramps on octagon
StaticNine
Funny Nicknames
LUCKY_NOOB
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5115 users

The Big Programming Thread - Page 381

Forum Index > General Forum
Post a Reply
Prev 1 379 380 381 382 383 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
delHospital
Profile Blog Joined December 2010
Poland261 Posts
Last Edited: 2013-10-25 15:10:59
October 25 2013 15:06 GMT
#7601
The server most likely runs at 20 frames/s or something around that number (for example D2 has 25 frames, HoN has 20, SC2 has 16 (but SC2 is not client-server), and I haven't heard of a big game that does calculations in real time). So if both ancients die in a single frame, it's likely that the server will declare the game a draw.

E: It doesn't really have much to do with event queues. The server will do whatever is to be done for each hero, creep, building, missile, spell, etc. in every single frame.
devilesk
Profile Joined May 2005
United States140 Posts
October 25 2013 15:19 GMT
#7602
On October 25 2013 23:57 adwodon wrote:
He made a reasonable assumption as to why they wouldn't be forced to include a draw condition (ie the winner could always accurately be determined)

Is that actually true though? How do you determine a "winner" if both Ancients die in the same frame other than arbitrarily picking one.
www.devilesk.com/dota2
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2013-10-25 15:28:23
October 25 2013 15:27 GMT
#7603
On October 26 2013 00:19 devilesk wrote:
Show nested quote +
On October 25 2013 23:57 adwodon wrote:
He made a reasonable assumption as to why they wouldn't be forced to include a draw condition (ie the winner could always accurately be determined)

Is that actually true though? How do you determine a "winner" if both Ancients die in the same frame other than arbitrarily picking one.

He would obviously have to go by the time at which the respective event (the action leading to the killing blow to the ancient) sent by a client enters the event queue on the server. Which isn't really accurate since there are things like latency. There is a definite order of events in the queue, but that order can be considered random when it comes down to a few milliseconds of difference between recieving the events.
If you have a good reason to disagree with the above, please tell me. Thank you.
delHospital
Profile Blog Joined December 2010
Poland261 Posts
October 25 2013 15:41 GMT
#7604
On October 26 2013 00:27 spinesheath wrote:
Show nested quote +
On October 26 2013 00:19 devilesk wrote:
On October 25 2013 23:57 adwodon wrote:
He made a reasonable assumption as to why they wouldn't be forced to include a draw condition (ie the winner could always accurately be determined)

Is that actually true though? How do you determine a "winner" if both Ancients die in the same frame other than arbitrarily picking one.

He would obviously have to go by the time at which the respective event (the action leading to the killing blow to the ancient) sent by a client enters the event queue on the server. Which isn't really accurate since there are things like latency. There is a definite order of events in the queue, but that order can be considered random when it comes down to a few milliseconds of difference between recieving the events.

Uh. And what if it's killed by a creep? Then there's no packet to check the sequence number...
adwodon
Profile Blog Joined September 2010
United Kingdom592 Posts
October 25 2013 16:16 GMT
#7605
On October 26 2013 00:27 spinesheath wrote:
Show nested quote +
On October 26 2013 00:19 devilesk wrote:
On October 25 2013 23:57 adwodon wrote:
He made a reasonable assumption as to why they wouldn't be forced to include a draw condition (ie the winner could always accurately be determined)

Is that actually true though? How do you determine a "winner" if both Ancients die in the same frame other than arbitrarily picking one.

He would obviously have to go by the time at which the respective event (the action leading to the killing blow to the ancient) sent by a client enters the event queue on the server. Which isn't really accurate since there are things like latency. There is a definite order of events in the queue, but that order can be considered random when it comes down to a few milliseconds of difference between recieving the events.

Which makes the whole debate pointless. Any number of things in the call stack could cause an unintentional delay of a few ms, splitting hairs over it is pointless so unless they were the most anal devs in the world with nothing more important to work on that would be entirely sufficient.

No one would ever know and the situation is so unlikely to begin with why does it even matter?
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
October 25 2013 16:29 GMT
#7606
On October 26 2013 00:41 delHospital wrote:
Show nested quote +
On October 26 2013 00:27 spinesheath wrote:
On October 26 2013 00:19 devilesk wrote:
On October 25 2013 23:57 adwodon wrote:
He made a reasonable assumption as to why they wouldn't be forced to include a draw condition (ie the winner could always accurately be determined)

Is that actually true though? How do you determine a "winner" if both Ancients die in the same frame other than arbitrarily picking one.

He would obviously have to go by the time at which the respective event (the action leading to the killing blow to the ancient) sent by a client enters the event queue on the server. Which isn't really accurate since there are things like latency. There is a definite order of events in the queue, but that order can be considered random when it comes down to a few milliseconds of difference between recieving the events.

Uh. And what if it's killed by a creep? Then there's no packet to check the sequence number...

Then he takes some other arbitrary ordering. There probably is a list of minions or something to that effect. It's pointless, and as I said before I would assume that draws are possible in DotA2.
If you have a good reason to disagree with the above, please tell me. Thank you.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
October 25 2013 18:38 GMT
#7607
Is anyone familiar with microsoft licenses?

I have visual studio from the msdnaa license installed at home because of convenience.
The company i work for also has microsoft licenses for everyone.


Is it ok to use my stuff at home or do i have to swap accounts or something?
I mean, i theoretically have all the licenses. Are my msdnaa projects watermarked if i use a non commercialö license?
baHmi
Profile Joined April 2012
22 Posts
October 25 2013 18:44 GMT
#7608
Projects created/edited with MSDNAA subscription installs of visual studio don't leave any watermarks, as far as the IDE is concerned, you're running a legit Professional volume license.

However if you wanted to do everything "by the book", I would suggest just getting a license from your work and reinstall VS with that. I've never heard of MS doing audits at home computers, but technically you're not doing stuff according to the license.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
October 25 2013 19:11 GMT
#7609
ok thanks, ill leave it for now.

I was just worried that i might "compromise" our terribly expensive program with my small contribution
Reggiegigas
Profile Joined August 2010
234 Posts
Last Edited: 2013-10-25 20:49:36
October 25 2013 20:40 GMT
#7610
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc. like arrays referencing their position in the object array I guess? I'm just unsure what would be best.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2013-10-25 20:54:34
October 25 2013 20:52 GMT
#7611
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.
If you have a good reason to disagree with the above, please tell me. Thank you.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
Last Edited: 2013-10-25 21:13:14
October 25 2013 21:10 GMT
#7612
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc. like arrays referencing their position in the object array I guess? I'm just unsure what would be best.



family relations are defined by the parents, so maybe its enough to have each person have 2 pointer that point to the parents.
Plus partner, since they are the only relation not blood related. And maybe children for searching in the other direction, depending on your needs.
Reggiegigas
Profile Joined August 2010
234 Posts
Last Edited: 2013-10-26 12:44:28
October 26 2013 10:08 GMT
#7613
On October 26 2013 05:52 spinesheath wrote:
Show nested quote +
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.


Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.


Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?
adwodon
Profile Blog Joined September 2010
United Kingdom592 Posts
Last Edited: 2013-10-26 15:44:15
October 26 2013 15:43 GMT
#7614
On October 26 2013 19:08 Reggiegigas wrote:
Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

There may well be a better way of doing things and I suppose it depends on your implementation but I see no reason why you couldn't just give each object a state flag which tells you if its dead.


On October 26 2013 19:08 Reggiegigas wrote:
Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.

You could just make a 'relationship' struct or object which contains a pointer to both entities and a state flag?
If you're using C then get some #defines going for readability.
You could then just have an array of pointers to each relationship relevant to that character. Again I'm sure there are better solutions though, I don't engineer these things professionally

On October 26 2013 19:08 Reggiegigas wrote:
Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?

Tablets are great for reading but an IDE on one sounds laughable, if that's your prime motivation just get a windows 8 tablet which can attach to a keyboard (ie its a laptop / tablet hybrid) although personally I still refuse to run Visual Studio (my IDE of choice) on anything with less than 2 screens. Text editor sure, go nuts but a full blown IDE sounds daft, you're not going to debug anything on a tablet so why bother.

Tablets are fine for reading though, and considering the size of a lot of books and the nature of learning these days you can do a lot of cool things like watch webcasts and read articles on the go which is nice.
Reggiegigas
Profile Joined August 2010
234 Posts
October 26 2013 16:16 GMT
#7615
Ah okay, was hoping someone would have made a half decent IDE for android by this point.

Thanks for the relationship struct thing idea. The idea of having it separately from the objects appeals to me. I'm not sure how to code that but I'll try googling.
besez
Profile Joined June 2010
Sweden54 Posts
October 26 2013 16:23 GMT
#7616
On October 27 2013 01:16 Reggiegigas wrote:
Ah okay, was hoping someone would have made a half decent IDE for android by this point.

Thanks for the relationship struct thing idea. The idea of having it separately from the objects appeals to me. I'm not sure how to code that but I'll try googling.


There actually is a "decent" IDE for Android https://play.google.com/store/apps/details?id=com.aide.ui&hl=sv

Probably hard to use without mouse & keyboard though.
haypro fighting
Reggiegigas
Profile Joined August 2010
234 Posts
October 26 2013 18:37 GMT
#7617
On October 27 2013 01:23 besez wrote:
Show nested quote +
On October 27 2013 01:16 Reggiegigas wrote:
Ah okay, was hoping someone would have made a half decent IDE for android by this point.

Thanks for the relationship struct thing idea. The idea of having it separately from the objects appeals to me. I'm not sure how to code that but I'll try googling.


There actually is a "decent" IDE for Android https://play.google.com/store/apps/details?id=com.aide.ui&hl=sv

Probably hard to use without mouse & keyboard though.

Aha. I might try that. I was thinking about ordering a tablet that comes with a keyboard. Adding a bluetooth mouse on top is nothing difficult.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
Last Edited: 2013-10-26 21:13:36
October 26 2013 21:09 GMT
#7618
On October 26 2013 19:08 Reggiegigas wrote:
Show nested quote +
On October 26 2013 05:52 spinesheath wrote:
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.


Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.


Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?




maybe you can make a class "staus effect". You can make a simple array that points to objects of that class and the objects all the stuff like opinion modifiers and target person in them.
You could even maaybe make a general status effect and then derive other classes from it.



Also, i recetnly got the new Nexus 7 and i love it. I just drag drop all the PDFs into google drive and then i can just load them on the Nexus if i need them. So much better than having paper or books with me all the time.
killa_robot
Profile Joined May 2010
Canada1884 Posts
Last Edited: 2013-10-26 21:21:09
October 26 2013 21:19 GMT
#7619
On October 26 2013 19:08 Reggiegigas wrote:
Show nested quote +
On October 26 2013 05:52 spinesheath wrote:
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.


Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.


Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?


For the relatives/relationships, why not create an enum that holds the name/reference to person, and a relationship type, etc. Then just create a list of said enum in the character class (you could even order the list by who has the "closest" relationship to the character).

For dying characters, just have a status flag on them that can be set to dead.
Reggiegigas
Profile Joined August 2010
234 Posts
Last Edited: 2013-10-26 22:55:29
October 26 2013 22:54 GMT
#7620
On October 27 2013 06:09 LaNague wrote:
Show nested quote +
On October 26 2013 19:08 Reggiegigas wrote:
On October 26 2013 05:52 spinesheath wrote:
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.


Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.


Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?




maybe you can make a class "staus effect". You can make a simple array that points to objects of that class and the objects all the stuff like opinion modifiers and target person in them.
You could even maaybe make a general status effect and then derive other classes from it.



Also, i recetnly got the new Nexus 7 and i love it. I just drag drop all the PDFs into google drive and then i can just load them on the Nexus if i need them. So much better than having paper or books with me all the time.


Hm, I checked the nexus but it costs too much for me. :D I ordered a cheap chinese brand tablet. I figured I just need it to read pdf's, how much processing power does that honestly take? As long as the battery time is good and the screen is decent I'm good

On October 27 2013 06:19 killa_robot wrote:
Show nested quote +
On October 26 2013 19:08 Reggiegigas wrote:
On October 26 2013 05:52 spinesheath wrote:
On October 26 2013 05:40 Reggiegigas wrote:
Hlelo.

studied c++ for a while, wanted to do something on my own. So I'm making a game. and I have a class for characters in the game. And I want to somehow program a way for the program to know about family bonds. like i.e. if a guy's brother has a child, the game should be able to 'get' his new niece object. etc.

it would both affect relationships and various other variables for characters and I'd like to be able to display family free for a certain dynasty (you choose family name when the game starts).

how do I do this? I thought about having some private variables for a character object's siblings, parents, and children, and then somehow telescopically using functions off that to find out grandchildren/cousins/etc.

You seem to be on the right track. Store the bare minimum of information - parents, children, marriage partner, and derive the other family members using functions. These functions can be inside the character class or outside (accessing the publicly readable bare minimum information). Choose which one fits your design best.


Another thing I was thinking about, how to handle characters dying? I had been thinking of moving them to a separate array for all the 'dead' objects. But I suppose that would mean I would have to change a lot of other objects' family relations variables? I'm not sure... Maybe I should just have them all in the same array and not move them anywhere to keep things simple and bug resistant, heh.

Another question: I want to have a private array variable for characters that contain their traits and temporary modifiers, for example a trait that is "bad opinions" towards another character object. So would I have to make this a two-dimensional array? I've never made one of those before but as I understand it, this would allow to make it so each of these trait values would also be able to hold a) a value that points towards which other character object it applies to (if any), then b) a counter thing that counts down with each turn of the game so the trait can be removed when the time reaches zero.


Also, I was considering getting an android tablet to read programming docs on when traveling + possibly coding if there's a decent IDE. Thoughts?


For the relatives/relationships, why not create an enum that holds the name/reference to person, and a relationship type, etc. Then just create a list of said enum in the character class (you could even order the list by who has the "closest" relationship to the character).

For dying characters, just have a status flag on them that can be set to dead.


Oh, that does sound really good, but our teacher only mentioned enums in passing so far. I'll try to learn to use enums and then try to understand what you wrote
Prev 1 379 380 381 382 383 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 26m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft767
StarCraft: Brood War
Rain 4008
GuemChi 2422
Mong 658
Leta 310
Tasteless 227
Bale 23
ZergMaN 17
Noble 12
Icarus 10
Dota 2
Fuzer 56
Counter-Strike
summit1g7542
m0e_tv603
ceh9188
Other Games
hungrybox225
Maynarde150
XaKoH 148
Happy20
RuFF_SC212
Organizations
Other Games
gamesdonequick2426
StarCraft: Brood War
UltimateBattle 36
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• Light_VIP 49
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota276
League of Legends
• Rush1377
• Stunt426
Other Games
• Scarra2470
Upcoming Events
The PondCast
3h 26m
Kung Fu Cup
4h 26m
Replay Cast
1d 2h
CrankTV Team League
1d 4h
Replay Cast
2 days
CrankTV Team League
2 days
Replay Cast
2 days
RSL Revival
3 days
Clem vs Lambo
Scarlett vs Cure
CranKy Ducklings
3 days
IPSL
3 days
Dragon vs Hawk
[ Show More ]
RSL Revival
4 days
Classic vs Trap
herO vs SHIN
Sparkling Tuna Cup
4 days
IPSL
4 days
Bonyth vs Ret
WardiTV Weekly
5 days
Monday Night Weeklies
5 days
PiGosaur Cup
6 days
Liquipedia Results

Completed

YSL S3
HSC XXIX
Eternal Conflict S2 E2

Ongoing

IPSL Spring 2026
Acropolis #4
CSL 2026 Summer (S21)
RSL Revival: Season 6
CranK Gathers Season 4: BW vs SC2 Team League
SCTL 2026 Spring
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026

Upcoming

Escore Tournament S3: W3
ASL S22 SEASON OPEN Day 1
Escore Tournament S3: W4
ASL S22 SEASON OPEN Day 2
Escore Tournament S3: W5
CSLAN 4
Blizzard Classic Cup 2026
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
Light Tournament 2026
Eternal Conflict S2 Finale
Eternal Conflict S2 E3
Logitech G Connect 2026
StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.