| 08-19-2009, 09:44 AM | #1 |
Hello all. Since the new Patch (1.24) has been released, I think its time to ask for other fixes. I am collecting a list of signatures to get blizzard to change their code, here are some suggestions I made:
Other: Please give other suggestions, and please remember, they have to be REALISTIC! |
| 08-19-2009, 09:55 AM | #2 |
RemoveMemoryLeaks() |
| 08-19-2009, 10:11 AM | #3 | |
Quote:
Wow pure realism. . . How bout fix hashtable problems? Since they didn't even get that right. Also. . . it's sort of funny how some maps suddenly don't work that use GUI since the way it was coded was changed.(On blizzard noticing this happened. They will be probably more reluctant to change stuff too much as it may change coding and break mapz like they already did. ) |
| 08-19-2009, 10:41 AM | #4 |
Memory leaks can not be cleaned, since you don't know if you need the data or not. Its good that I didn't use Hashtables, I knew blizzard would create bugs there aswell. |
| 08-19-2009, 10:41 AM | #5 |
afaik today 1.24b will be released O_O so... |
| 08-19-2009, 10:45 AM | #6 |
SetLightningX1(), SetLightningX2(), SetLightningY1(), etc... GetItemGoldCost() TriggerClearEvents() GetUnitDamage() EVENT_PLAYER_UNIT_DAMAGED And most important: GetPointZ(x, y) |
| 08-19-2009, 10:45 AM | #7 |
They surely will NOT fix the Trackables, also there are many other things mappers want. Edit: That was for Toadcops post. I updated the list. |
| 08-19-2009, 10:50 AM | #8 | |
Quote:
JASS:native MoveLightning takes lightning whichBolt, boolean checkVisibility, real x1, real y1, real x2, real y2 returns boolean native MoveLightningEx takes lightning whichBolt, boolean checkVisibility, real x1, real y1, real z1, real x2, real y2, real z2 returns boolean |
| 08-19-2009, 10:52 AM | #9 | |
Quote:
(Its the same why you don't use BJs at all, aslong as they are bad) |
| 08-19-2009, 10:53 AM | #10 |
... That's retarded. Why don't we want a MoveLocationX() or MoveLocationY(), then? Why not break up every function so that we can have every permutation of the possible arguments just for the sake of some arbitrary 'faster'? Hell, I've never even heard of anyone complaining about MoveLightningEx() being too slow. Ever. |
| 08-19-2009, 10:59 AM | #11 |
The problem with MoveLightningEx() is that you have to know the old position of the lightning when only one coordinate has to change. Same problem with SetLightningColor(). |
| 08-19-2009, 11:02 AM | #12 | |
Quote:
MoveLightningSource(lit,x,y,z) MoveLightningDest(lit,x,y,z) than a function per component... |
| 08-19-2009, 12:23 PM | #13 | |
Quote:
|
| 08-19-2009, 12:48 PM | #14 | |
Quote:
|
| 08-19-2009, 12:51 PM | #15 |
Really, be serious. I mean I wish that too, but it could never be possible. So, any serious things you want to have? |
