Title
Github Itch.io

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
9:55SCRIPT
SCRIPTI've Set up the arena manager
0:47CONFIRMED
CONFIRMEDIt compiles!
0:46TEST
TEST Take MXLVII
0:46FIXED
FIXED Code typo
0:45TEST
TEST Take MXLVI
0:45FIXED
FIXED #use clause typo
0:45TEST
TEST Take MXLV
0:45NOTE
NOTE All I can test for now is if it compiles as the arena handler has not yet been scripted
0:42ARENA
ARENA Spar Forest
0:42SITE
SITE Added tag ARENA
- = 25 Oct 2023 = -
23:03CONFIRMED
CONFIRMEDThat works... Saves me a lot of trouble :)
23:00TEST
TEST Take MXLIV
23:00EXPERIMENT
EXPERIMENT Marrilona One thing I'd like to test out
22:04STATUS
STATUS The next step will be to get the background arena to work.
21:53TEST
TEST Take MXLIII
21:52FIXED
FIXED Impurities on Francis' combat diamond
21:45STATUS
STATUS Now the next step should be the arena.
21:45CONFIRMED
CONFIRMEDI see, what I wanted to see
21:25TEST
TEST Take MXLII
21:25VOID
VOID Calculation issues
21:21TEST
TEST Take MXLI
21:21FIXED
FIXED A cosmetic bug in my debug logging caused me trouble reading
21:18TEST
TEST Take MXL
21:18FIXED
FIXED Scope error
21:13TEST
TEST Take MXXXIX
21:13DEBUG
DEBUG Console commands added
21:07FAILURE
FAILURE I think it's clear some debugging is in order as I don't like at all what I'm seeing... Not one bit of it!
21:03TEST
TEST Take MXXXVIII
21:03FUCKYOU
FUCKYOU Skip that!
21:02TEST
TEST Take MXXXVII
21:02FIXED
FIXED Foe Tag?
20:57TEST
TEST Take MXXXVI
20:57FIXED
FIXED Tag error
20:48TEST
TEST Take MXXXV
20:48FIXED
FIXED All diamonds blank?
20:46BUG
BUG Now I must find out why all diamonds are blank... They shouldn't be.
20:46CONFIRMED
CONFIRMEDAt last
20:44TEST
TEST Rachel Take MXXXIV
20:44VOID
VOID It appears I voided the issue with the yellow diamonds (a bug in SDL2)
19:48TEST
TEST Take MXXXIII
19:48DONE
DONE Fine tuning.
19:45TEST
TEST Take MXXXII
19:45FIXED
FIXED Code typo x3
19:42TEST
TEST Take MXXXI
19:42FIXED
FIXED Scope error
19:41TEST
TEST Take MXXX
19:41LINK
LINK Linked to DrawScreen()
19:41SCRIPT
SCRIPTDraw Diamonds
19:22CONFIRMED
CONFIRMEDCool!
19:20TEST
TEST Take MXXIX
19:20SCRIPT
SCRIPTStatus bar should appear now
18:57CONFIRMED
CONFIRMEDIt seems to work now!
18:56TEST
TEST Take MXXVIII
18:56TECHNO
TECHNO This SHOULD also fix the crash, but I really don't know!
18:55FIXED
FIXED I see *RANDOM was asked for music. Clearly a leftover from old times, but that is no longer acceptable.
18:51HUH
HUHDa fuck?
18:49TEST
TEST Take MXXVII
18:49TECHNO
TECHNO Before checking this out in VS one more check to see what the fuck is going on!
18:48HUH
HUHStill crashing, eh?
18:46TEST
TEST Take MXXVI
18:46FIXED
FIXED One thing was not right in the script, but if that was the source of evil, I don't know!
18:46INVESTIGATION
INVESTIGATION Let's see what's happening (stack overflow?)
18:45FAILURE
FAILURE Aziella Total crash
18:42TEST
TEST Take MXXV
18:42FIXED
FIXED code typo
18:40TEST
TEST Take MXXIV
18:40VOID
VOID A possible conflict between the music module and the music field
18:40LINK
LINK Music linked to combat routine
18:35SCRIPT
SCRIPTAutomated searcher for random tune if requested
18:23MUSIC
MUSIC Both pieces came from Eric Matyas
18:22MUSIC
MUSIC Technotronic added for random encounters
18:22MUSIC
MUSIC Snake Trance added for random encounters
18:04CONFIRMED
CONFIRMEDGOOD!
18:01TEST
TEST Take MXXIII
18:01REMOVED
REMOVEDSomething I did not need was copied in causing the error
18:00TEST
TEST Take MXXII
18:00FAILURE
FAILURE Loads of crap on my screen. Let's clear and try again!
17:46TEST
TEST Take MXXI
17:46TECHNO
TECHNO For now all that should happen is a black screen with the mouse pointer visible. The game timer should go on (although I can't check thet), and the possibility to end the game immediately should work.
17:42SCRIPT
SCRIPTMain flow script set up
16:47CONFIRMED
CONFIRMEDIt appears to be in working order
16:45TEST
TEST Take MXX
16:45FIXED
FIXED Missing required initiation
16:43TEST
TEST Take MXIX
16:43EXPERIMENT
EXPERIMENT A few more debug codes to fully confirm this
16:41CONFIRMED
CONFIRMEDApparently it does
16:40TEST
TEST Take MXVIII
16:40EXPERIMENT
EXPERIMENT Scyndi Dirty code, but does it work?
16:35HUH
HUHI have no idea why, but now the compiler just did its fucking job!
16:34VISUALSTUDIO
VISUALSTUDIO Take MXVII
16:30FAILURE
FAILURE The compiler crashes. That means I will need to go to VisualStudio to find out why!
16:30TEST
TEST Take MXVI
16:30TECHNO
TECHNO All I need to know is, if this compiles so far... or not
16:29STATUS
STATUS As before, the battle works in stages, and the combat engine reacts on the stage currently set. I chose for the setup that stages all initiate and register themselves to the main Stage core, so they'll be easy for all of the combat engine to work with.
15:33STATUS
STATUS The time has come that the main flow can be prepared.... This will be one hell of a job.
14:42TEST
TEST Take MXV
14:33FIXED
FIXED Incorrect boolean set up.
14:24TEST
TEST Take MXIV
14:24FIXED
FIXED "nil" (I think.... I hope).
14:20TEST
TEST Take MXIII
14:20TECHNO
TECHNO I cannot sort out if things work except for making sure stuff compiles and that the (not yet existent, thus leading to error) function MailFlow is attempted to be called.
14:18DONE
DONE Initial order
13:41TEST
TEST Take MXII
13:41FUCKYOU
FUCKYOU ....
13:34TEST
TEST Take MXI
13:33NOTE
NOTE Note to self. Just put in #use "Libs/SCI/Sys" by default in EVERY script file you create from now on!
13:25TEST
TEST Take MX
13:25SCRIPT
SCRIPTBasic diamond order
12:48STATUS
STATUS The next step will be to define the diamond order
12:42CONFIRMED
CONFIRMEDAs far as I can tell indexing works
12:40TEST
TEST Take MIX
12:40LINK
LINK Sigh!
12:38TEST
TEST Luna Take MVIII
12:38SCRIPT
SCRIPTIndexing
12:28FIXED
FIXED Team missing (very important)
11:59DEBUG
DEBUG So far I cannot find any irregularities.
11:58DEBUG
DEBUG Time to check the log
11:58NOTE
NOTE At least I see the error I needed to see, but how did things go.
11:56TEST
TEST Take MVII
11:56FIXED
FIXED A new space for heroes and foes had to be opened
11:51TEST
TEST Take MVI
11:51VOID
VOID Voids another issue
11:51LINK
LINK Link brought to the starter
11:50TEST
TEST Take MV
11:50FUCKYOU
FUCKYOU Fuck it!
11:48TEST
TEST Take MIV
11:48DEBUG
DEBUG A last checkup note
11:43LINK
LINK Player compilation linked to Start Up Combat Routines
11:35DONE
DONE Hero compilation done. Less actions were needed here
- = 24 Oct 2023 = -
23:01STATUS
STATUS And I'll leave it there. I'm getting tired and the next step could also be time consuming. Making sure the heroes are properly compiled for combat.
23:00CONFIRMED
CONFIRMEDGood!
22:56TEST
TEST Take MIII
22:56FIXED
FIXED Object misusage
22:53TEST
TEST Take MII
22:53CONFIRMED
CONFIRMEDAt leat the foe compiler is called now, or that error could never happen. So this was some good news nonetheless
22:52FIXED
FIXED Type mismatch
22:50TEST
TEST Take MI
22:50FIXED
FIXED Francis Missing Sys link
22:49SOLVED
Ah, I see now... something else was the matter
22:48TEST
TEST Take M
22:48STATUS
STATUS And now for take 1000
22:48DEBUG
DEBUG Extra debug crap
22:46FIXED
FIXED the "nil" encounter has at least been fixed
22:44TEST
TEST Take CMXCIX
22:44STATUS
STATUS Later concern. Let's first fire this one up.
22:43NOTE
NOTE I did see a "nil" request among the requested enemies I wanna know why that happened
22:43FIXED
FIXED I think I "fixed" an issue
22:41HUH
HUHI wonder how "nil" came through the requested enemies
22:39TEST
TEST Take CMXCVIII
22:39FIXED
FIXED Right!
22:39STUPIDITY
STUPIDITY Because the list command was misisng???
22:38INVESTIGATION
INVESTIGATION Why?
22:37BUG
BUG Two goblins and a slime requested, but none were compiled.
22:35TEST
TEST Take CMXCVII
22:35STUPIDITY
STUPIDITY Forgot to save. That could explain why I didn't see the foe compiler pop up in the log
22:29TEST
TEST Take CMXCVI
22:29LINK
LINK Foe compiler linked
22:23CONFIRMED
CONFIRMEDSo far, so good!
22:21TEST
TEST Take CMXCV
22:21DONE
DONE Ready? Set?
22:21CHECKED
Right-o.... I guess I know what to do now
22:21SITE
SITE Added tag CHECKED
22:07TEST
TEST Myrah Take CMXCIV
22:07TECHNO
TECHNO Now I need another take so I can update myself on the situation, as all these distractions don't help.
22:04CONFIRMED
CONFIRMEDStuff appears to be in working order again.
22:04SYSTEM
SYSTEM Restarted
22:04SITE
SITE Added tag SYSTEM
21:44FAILURE
FAILURE My web browser is fucking up on me (keeps crashing with every site I load). I guess I need to restart my computer.
21:41CONFIRMED
CONFIRMEDBut the encounter guage DOES appear in Frendor Bushes as it should
21:41CONFIRMED
CONFIRMEDNo more encounters in Vandar
21:38TEST
TEST Take CMXCIII
21:38FIXED
FIXED I think I fixed this bug
21:36CONFIRMED
CONFIRMEDAt least I know that when worst comes to work I can manually block encounters in all layers of every city, but that is not really the most elegant way to go.
21:35MYSTERY
MYSTERY The gauge DOES appear in Vander, but not on the camp site....
21:34BUG
BUG It does....
21:33DEBUG
DEBUG Take CMXCII
21:33DEBUG
DEBUG First I need to see if the encounter gauge does appear in town or not
21:31NOTE
NOTE Now due to this bug (and crash) I could not test if leader switch is blocked in the camp site, but that comes later.
21:31CONFIRMED
CONFIRMEDBut at least the switching leader works
21:31BUG
BUG Random encounteres in Vandar should NOT happen
21:28TEST
TEST Take CMXCI
21:28FIXED
FIXED Missing link
21:28TEST
TEST Take CMXC
21:25SCRIPT
SCRIPTNot really much to do with the combat system, but important nonetheless. Switching the leader should work now
18:26TEST
TEST Take CMLXXXIX
18:26SCRIPT
SCRIPTA few alterations I need later when the stuff I plan to do will be done.
18:01ART
ARTFraince combat idle stance
17:53NOTE
NOTE Jake I needed all this before I could make sure I could cover Francis' combat stance
17:53ART
ARTExported into the project
17:43ART
ARTSideways Francis
16:43NOTE
NOTE Those two things were the EASY part, though.
16:43ART
ARTCombat Icon Francis
16:43ART
ARTCombat Icon Myrah
16:43ART
ARTMyrah Combat Idle Pose
16:05TEST
TEST Take CMLXXXVIII
16:05FIXED
FIXED Code typo
16:04TEST
TEST Take CMLXXXVII
16:04DONE
DONE More preps
15:50TEST
TEST Take CMLXXXVI
15:50DONE
DONE Constructor
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
(c) Jeroen P. Broks