Chaosforge Forum

  • April 27, 2024, 03:14
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: [0.9.9.4] Dualreload strangeness  (Read 2256 times)

Kalir

  • Backer
  • Private
  • *
  • *
  • Offline Offline
  • Posts: 3
  • Lost Soul
    • View Profile
[0.9.9.4] Dualreload strangeness
« on: October 13, 2011, 15:36 »


You dualreload your guns! There is a Supercharge Globe lying here. There is   
 a Supercharge Globe lying here.                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                  #
##############               
                                                 .
...............               
                                         
>       .................             
                                                +
.................             
                                               
#.........|}.......             
                                               
#.............0....             
                                               
#..................             
                                               
#.......@.........             
                                               
#......+........%.             
                                                #................               
                                                #................               
                                                 ...............               
                                                 ...
0...........               
                                                  #############                 
 
Con Smith                  Armor : modified blue armor [2/2] (183%) (B)       
 
Health: 150% Exp:  3/50%   Weapon: modified pistol (2d4) [6/6] (T1)           
 cautious                                                   
Phobos Base  Lev6 


Two Supercharge globes? It's my lucky day!

Yeah, simple enough. Game will output the stuff in your square twice on dualreload. As before, Windows version.
« Last Edit: October 13, 2011, 15:39 by Kalir »
Logged

Game Hunter

  • Programmer
  • Local Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1044
  • Looks like game to me.
    • View Profile
    • Channel, the Roguelike
Re: [0.9.9.4] Dualreload strangeness
« Reply #1 on: October 14, 2011, 07:28 »

This bug has already been reported here. It hasn't yet been said to be reproducible, so this helps solidify when and why it occurs, thus the extra report is appreciated.
Logged
I'm just a dude playing a dude disguised as another dude.

Latest LPs: Angband, Delver

Deathwind

  • Colonel
  • *
  • Offline Offline
  • Posts: 505
  • HMP Angel of Patience 0.9.9.4
    • View Profile
Re: [0.9.9.4] Dualreload strangeness
« Reply #2 on: October 14, 2011, 09:34 »

The game appears to handle multi-reload actions as a string of normal reloads and displays the terminal output for each one.
Logged
v.997 [16/5/2/0/0]

thelaptop

  • Chaos Fanatic!
  • Grand Inquisitor
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 2530
    • View Profile
Re: [0.9.9.4] Dualreload strangeness
« Reply #3 on: October 14, 2011, 09:46 »

The game appears to handle multi-reload actions as a string of normal reloads and displays the terminal output for each one.
Well, yes and no.  Yes in the sense that the function used to reload is the same one for both of them, and there is no message queue flushing in between, so if there's an old message from the first reload, I think it will stay there.  No in the sense that the lowered cost of dual-reloading is still in action (lowered compared to the sum of the reloading times of each pistol).

Caveat: It has been a while since I last code-dived, so this is wholly my interpretation of what is going on.
Logged
I computed, therefore I was.

tehtmi

  • Programmer
  • Local Inquisitor
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
Re: [0.9.9.4] Dualreload strangeness
« Reply #4 on: October 30, 2011, 13:01 »

It looks like this double message thing is related to keys that are bound to functions in keybindings.lua; it doesn't just happen with dual reloading.
Logged

Hamster

  • Elder
  • Sergeant
  • *
  • *
  • Offline Offline
  • Posts: 79
    • View Profile
Re: [0.9.9.4] Dualreload strangeness
« Reply #5 on: November 01, 2011, 20:58 »

It looks like this double message thing is related to keys that are bound to functions in keybindings.lua; it doesn't just happen with dual reloading.

Same when switching weapons.
Code: [Select]
You swap your weapon. There is a Supercharge Globe lying here. There is a
Supercharge Globe lying here.
Code: [Select]
You prepare the rocket launcher! There is a Supercharge Globe lying here.
There is a Supercharge Globe lying here.
Code: [Select]
You don't have a combat knife! There is a Supercharge Globe lying here.
There is a Supercharge Globe lying here.
Logged
Pages: [1]