1
0
Bifurcation 0
Graphe des révisions

254 Révisions

Auteur SHA1 Message Date
lonadar b8624952c5 Not related to the current testing. Took first step at removing Cartographer and was nice enough to warn people, removed connections to Changes command as the log hasn't been updated and I'm not going to right now, and attempted to address Issue 50. 2011-02-05 13:59:20 +00:00
Nathanial.C.Jones a0605af3be FACEPALM! Bad variable name, so it is gonna be nil. #%$@ case sensitivity. 2011-02-05 04:48:47 +00:00
Nathanial.C.Jones 6640999728 MORE assertions. ;-P. Assertions are helpful when the messages are good. GO ASSERTIONS! 2011-02-05 00:40:15 +00:00
Nathanial.C.Jones 80d06c012a More assertions for tracking purposes, probably will stay afterwards... Useful stuff assertions. 2011-02-04 20:11:33 +00:00
Nathanial.C.Jones 71a2a6dfbc Changed resolution to issue 271 to match other resolutions to the Alterac Mountains merge. BTW, have I said I hate Blizzard for this? Probably. 2011-02-04 13:29:04 +00:00
Nathanial.C.Jones 3559042f03 Removed a chunk of never executed code ('if false' will always fail, since false is false and if statements will only execute their blocks if their tests are true). Added an assert where I think issue 315 might have its roots. 2011-02-04 03:23:59 +00:00
Nathanial.C.Jones 9fe0b3c0fa Rolled back changes committed in r116 and r118. Implemented 'remapping' suggested by lonadar in comment 8 on issue 307. This is a far cleaner hack than it was. I'm sure further modifications will be necessary, but this is a start. 2011-02-03 13:55:16 +00:00
Nathanial.C.Jones 617f265558 This **MAY** resolve the message in issue 312, but this fix ultimately breaks things and will need to eventually be rolled back. 2011-02-03 01:49:24 +00:00
lonadar bdb8cdc68c Log message 2011-02-01 02:57:09 +00:00
Nathanial.C.Jones 25e481aad9 Another hack to resolve issues with Alterac Mountains. 2011-02-01 01:27:21 +00:00
Nathanial.C.Jones aa4daed0ea And ANOTHER programmer headspace error. 2011-01-29 21:45:13 +00:00
Nathanial.C.Jones db818d69cf Glad I'm testing... Another programmer headspace error. 2011-01-29 21:42:50 +00:00
Nathanial.C.Jones cc22e05dd4 Fixed error reported in issue 280. Implemented patches in issues 282, 283 and 284. 2011-01-29 21:25:05 +00:00
Nathanial.C.Jones 1b0e1b5ddb Fixed issue 278. 2011-01-29 11:33:47 +00:00
Nathanial.C.Jones c9aecb001e OK, I think hearth collection is done (for now). 2011-01-29 03:00:43 +00:00
Nathanial.C.Jones de3585db04 Fixed some issues with the code for the new LostIsles fix. Almost have the hearth collection finished... Just a couple more things to do. 2011-01-29 02:40:17 +00:00
Nathanial.C.Jones e507f1bf9c Added functionality to collect information regarding the location of innkeepers who can set your hearth location. Note: This version has a test built in, so will not be released. 2011-01-29 01:22:27 +00:00
Nathanial.C.Jones bdb95148aa New method for converting an invalid LostIsles terrain. If this doesn't work, then I'm going to have to go back and try something more drastic and more painful. 2011-01-28 11:24:50 +00:00
Nathanial.C.Jones ffb0ffb712 Hacks. Why do I have to create hacks? Hack to 'eliminate' the Alterac Mountains related error. 2011-01-28 03:28:00 +00:00
Nathanial.C.Jones 36f26ecaeb Oops, forgot to make the call to init... Without it, we won't init. 2011-01-28 02:31:09 +00:00
Nathanial.C.Jones cef01bc22b Reverted collect_zone back to original... collect_hearth was based on collect_zone. Fixed the init in collect_hearth to make sure it would actually init when called. 2011-01-28 02:29:12 +00:00
Nathanial.C.Jones 79b7c7b378 Added an assertion to help diagnose the repeated rearing of the 'Coord[1] = 181' error. Created a collector for hearthing. 2011-01-28 02:12:26 +00:00
Nathanial.C.Jones a5cdb3dd52 Where's my sign? I had some variables mixed up, so that is fixed. Fixed a couple elder coordinates for accuracy. 2011-01-25 01:51:43 +00:00
Nathanial.C.Jones 3a73da94ac Made some elder coordinates more accurate and made it possible to place the locations in non-english localizations. Caveat: Users must do the look up with the US English name. 2011-01-25 01:04:53 +00:00
Nathanial.C.Jones d2b911d1e6 There's still something not quite right with Archaelogy. This will help clarify it. 2011-01-24 02:57:11 +00:00
Nathanial.C.Jones 8b0c0d4691 Named Wintergrasp wrong. Revision 100 YAY\! 2011-01-24 01:45:40 +00:00
Nathanial.C.Jones d996ecda26 Oops, now it lists the names. 2011-01-24 01:30:44 +00:00
Nathanial.C.Jones c7a81affaa Hopefully this will make the elder's names appear. 2011-01-24 00:22:27 +00:00
Nathanial.C.Jones af7b77aecc Oops, I did it all in the wrong file. 2011-01-23 23:58:29 +00:00
Nathanial.C.Jones 89f5743b84 First tests failed to add the elders, these fixes SHOULD do the trick. 2011-01-23 22:57:08 +00:00
Nathanial.C.Jones 626a79e0f0 Initial implementation of enhancement in issue 266. 2011-01-23 22:45:14 +00:00
Nathanial.C.Jones 05d2e23463 Fixed issue 267. 2011-01-23 20:41:55 +00:00
Nathanial.C.Jones e1f14b0e9a Implemented patch in issue 265. 2011-01-23 15:18:56 +00:00
Nathanial.C.Jones 204d3d1e41 Added a quest list to error messages. 2011-01-22 23:51:21 +00:00
Nathanial.C.Jones 3ca91527ec Fixed an issue where we were still trying to use the spec bolus as if it were a string rather than the table that it is now. 2011-01-22 20:38:50 +00:00
Nathanial.C.Jones 6d4b5e6992 Fixed a few errors that occured, as my gf would say, 'between the chair and the keyboard.' 2011-01-22 02:44:34 +00:00
Nathanial.C.Jones 790b1c9c78 Rolled static files back to revision 62 to bring back old database for the time being. This may or may not work for outland and northrend... but we can hope. 2011-01-22 02:11:47 +00:00
Nathanial.C.Jones ff0992f38a More structural changes to the data collection. Reduced the size of the spec bolus to conserve memory and rekeyed the talents to use the talent name as the key. 2011-01-22 01:45:43 +00:00
Nathanial.C.Jones ec2e6864ee More structural changes to the data collection. Some changes to the spec bolus to ensure we get the key on game exit 2011-01-21 11:33:43 +00:00
Nathanial.C.Jones 1b27a605c5 More structural changes to the data collection. 2011-01-21 11:17:58 +00:00
Nathanial.C.Jones 1052cb19d1 OK, I'm sure this is fixed this time. It helps to pay attention to the field names. 2011-01-21 02:44:21 +00:00
Nathanial.C.Jones a9eaf57e95 OK, I'm sure this is fixed this time. It helps to pay attention to the field names. 2011-01-21 02:38:12 +00:00
Nathanial.C.Jones 02182cf8c5 OK, something is not going right. 2011-01-21 02:25:58 +00:00
Nathanial.C.Jones 7023fed46f Ooops, forgot to change the return statement. 2011-01-21 02:17:35 +00:00
Nathanial.C.Jones 29cc59de3a Fixed a 'nil' error. 2011-01-21 02:07:28 +00:00
Nathanial.C.Jones 345b6584ce Fixed a 'compile' error. 2011-01-21 01:51:15 +00:00
Nathanial.C.Jones dc3920af77 Fixed a 'compile' error. 2011-01-21 01:45:13 +00:00
Nathanial.C.Jones bb2100b4ae Fixed a 'compile' error. 2011-01-21 01:34:25 +00:00
Nathanial.C.Jones d76e17c0a6 Though the build script is made to handle no arguments, I can never remember what the arguments are, so I've made it so that no arguments is invalid usage. 2011-01-21 01:13:28 +00:00
Nathanial.C.Jones e1f08c9146 Fixed LostIsles coord issue. Restructured collectors to output tables only. 2011-01-21 01:06:11 +00:00