Click here to Skip to main content
16,007,163 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
jschell19-May-23 7:40
jschell19-May-23 7:40 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Gerry Schmitz18-May-23 18:32
mveGerry Schmitz18-May-23 18:32 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Richard MacCutchan17-May-23 4:24
mveRichard MacCutchan17-May-23 4:24 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Gerry Schmitz17-May-23 5:25
mveGerry Schmitz17-May-23 5:25 
AnswerRe: Does D correctly simulated by H terminate normally? Pin
Dave Kreskowiak17-May-23 3:01
mveDave Kreskowiak17-May-23 3:01 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Richard Deeming17-May-23 3:51
mveRichard Deeming17-May-23 3:51 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Dave Kreskowiak17-May-23 4:03
mveDave Kreskowiak17-May-23 4:03 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Richard MacCutchan17-May-23 4:32
mveRichard MacCutchan17-May-23 4:32 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
Dave Kreskowiak17-May-23 4:32
mveDave Kreskowiak17-May-23 4:32 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
jschell17-May-23 7:04
jschell17-May-23 7:04 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
jeron117-May-23 4:35
jeron117-May-23 4:35 
AnswerRe: Does D correctly simulated by H terminate normally? Pin
jschell17-May-23 7:21
jschell17-May-23 7:21 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
jschell18-May-23 5:45
jschell18-May-23 5:45 
GeneralRe: Does D correctly simulated by H terminate normally? Pin
jschell19-May-23 7:43
jschell19-May-23 7:43 
QuestionCan D simulated by H terminate normally? Pin
polcott14-May-23 10:40
polcott14-May-23 10:40 
AnswerRe: Can D simulated by H terminate normally? Pin
jschell15-May-23 4:54
jschell15-May-23 4:54 
GeneralRe: Can D simulated by H terminate normally? Pin
jschell16-May-23 6:47
jschell16-May-23 6:47 
GeneralRe: Can D simulated by H terminate normally? Pin
jschell16-May-23 7:16
jschell16-May-23 7:16 
QuestionBase building in a RTS based on a queue of orders Pin
Calin Negru27-Apr-23 4:01
Calin Negru27-Apr-23 4:01 
AnswerRe: Base building in a RTS based on a queue of orders Pin
Gerry Schmitz27-Apr-23 5:33
mveGerry Schmitz27-Apr-23 5:33 
I create objects with one or more "counters"; that count down or up (time remaining; time elapsed). I handle every object at least once during a "frame" (if it is "active"). Time remaining is when they are performing an action that must "expire" (e.g. change in formation) before going on to the next "order". Time elapsed is how long they've been at something (moving, double time, firing, fighting, etc.). So, no "events"; just changes in state or "levels of condition" (fatigue; loss; ammo) that are monitored.

The only "orders" I have needed so far are for "waypoints" on a given route. ("AI" Smile | :) and the user does the rest).


"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

General[edited]Re: Base building in a RTS based on a queue of orders Pin
Calin Negru27-Apr-23 8:01
Calin Negru27-Apr-23 8:01 
GeneralRe: [edited]Re: Base building in a RTS based on a queue of orders Pin
Gerry Schmitz29-Apr-23 3:48
mveGerry Schmitz29-Apr-23 3:48 
General[edit][edit]Re: Base building in a RTS based on a queue of orders Pin
Calin Negru30-Apr-23 5:23
Calin Negru30-Apr-23 5:23 
GeneralRe: [edit][edit]Re: Base building in a RTS based on a queue of orders Pin
Gerry Schmitz30-Apr-23 6:14
mveGerry Schmitz30-Apr-23 6:14 
GeneralRe: [edit][edit]Re: Base building in a RTS based on a queue of orders Pin
Calin Negru30-Apr-23 22:12
Calin Negru30-Apr-23 22:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.