root/trunk/src/cmd4.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @975 [975] 07/04/08 04:18:27 shanoah Get rid of a bunch of compiler warnings.
(edit) @929 [929] 05/17/08 11:20:24 takkaria Got bored of all the warnings in cmd4.c so I cleaned them up.
(edit) @927 [927] 05/17/08 11:09:12 takkaria Fill the menu struct completely in cmd4.c and fix a bit of whitespace.
(edit) @921 [921] 05/17/08 09:41:37 takkaria (#546) Use enter to set the base delay factor/hitpoint warning. Also …
(edit) @920 [920] 05/17/08 09:22:00 takkaria (#512) Allow use of PgUp/PgDown? to browse the knowledge menus again.
(edit) @918 [918] 05/17/08 09:08:23 takkaria Use consistent newlines everywhere, and also set the svn:eol-style …
(edit) @887 [887] 05/11/08 20:38:58 takkaria Move the tval/sval declarations to a separate file.
(edit) @871 [871] 04/30/08 16:04:04 takkaria Remove an unused paramater from run_event_loop().
(edit) @869 [869] 04/30/08 15:51:52 takkaria Simply the menu API again -- remove the menu ID values.
(edit) @864 [864] 04/29/08 21:31:25 takkaria Some more simplification of the menu API. Remove the registry of …
(edit) @863 [863] 04/29/08 21:18:03 takkaria Merge menu_init() and menu_init2().
(edit) @862 [862] 04/29/08 21:12:02 takkaria Simplify the ui-menu interface a little by removing some abstraction. Fix …
(edit) @823 [823] 03/29/08 14:31:12 takkaria Renumber the flag constants to start at RF0_. I've played with this …
(edit) @822 [822] 03/29/08 07:11:28 takkaria Fix ordering in the command browser for objects. (reported by Pete Mack)
(edit) @816 [816] 03/25/08 19:49:01 ajps Add the moderately well-tested "lazy movement" patch which allows a …
(edit) @815 [815] 03/25/08 12:09:16 ajps THe next stage of "fixing" bug #348, the "improved abstraction of the UI" …
(edit) @789 [789] 03/18/08 12:21:03 takkaria Stage one in the big flags1...6 to [0]-[5] move: (Kenneth Boyd) - Add …
(edit) @787 [787] 03/18/08 09:46:56 takkaria Make object knowledge sort by name always, rather than by cost.
(edit) @784 [784] 03/18/08 09:18:42 takkaria Tweak level feelings a bit, along the lines of Sangband.
(edit) @759 [759] 03/12/08 16:07:51 takkaria Fix some more nits picked up by Shanoah.
(edit) @717 [717] 02/26/08 04:35:02 takkaria Fix #450: - Enable level feelings again. - Use the OAngband level …
(edit) @653 [653] 01/29/08 04:42:33 takkaria Further work on #430: - Clean up object_desc() calls by using the new …
(edit) @636 [636] 12/23/07 18:14:14 takkaria Commit the history/notes patch by J.D. White. (closes #10)
(edit) @606 [606] 10/02/07 08:38:22 takkaria * Append {tried} to tried items in the object browser * Put {tried} items …
(edit) @576 [576] 09/21/07 10:42:10 takkaria Fix [575] not to use numbers as tags. Again.
(edit) @575 [575] 09/21/07 10:40:52 takkaria Fix the slightly ill-thought out double-use of 'd' on the options menu in …
(edit) @567 [567] 09/17/07 07:48:37 takkaria attack.c, obj-info.c, object.txt: Make bad potions have a more damaging …
(edit) @556 [556] 09/14/07 15:00:48 takkaria Refactor the object information code so it makes more sense. (closes …
(edit) @552 [552] 09/14/07 14:31:34 takkaria Menus should use 1234567890 as little as possible for "tags". (closes …
(edit) @542 [542] 08/24/07 07:20:46 ajps Split out ui-event and ui-menu from ui.c, partly in preparation for other …
(edit) @532 [532] 08/18/07 19:30:35 takkaria Make ID reveal all powers of an object, and remove *ID*. (#158) Note …
(edit) @522 [522] 08/13/07 09:49:19 ajps Set up an event system for UI display updates, where the game communicates …
(edit) @479 [479] 08/09/07 13:42:54 takkaria Use a clean rewrite of the message memorisation code by Elly, placed in a …
(edit) @469 [469] 08/09/07 09:07:11 takkaria Move file handling across to a new API. (#137) Sorry if this landing …
(edit) @463 [463] 08/07/07 18:33:42 takkaria Split option definitions out into option.h, and option tables out into …
(edit) @399 [399] 07/28/07 16:28:09 takkaria Merge changes [324]-[396] from the angband-3.0.8 branch.
(edit) @346 [346] 07/14/07 15:13:28 takkaria Review and alter memory handling: * No-one ever needs to worry about OOM …
(edit) @337 [337] 07/13/07 19:39:56 takkaria Make show_file() a little bit nicer, and make do_cmd_messages() much …
(edit) @293 [293] 07/07/07 10:48:01 takkaria Add an "autoinscription settings" entry to the squelch menu. (closes …
(edit) @284 [284] 07/05/07 10:44:03 ajps General cleanup of messages on the options menus. Closes #195.
(edit) @280 [280] 07/04/07 19:49:38 ajps Fix returning a value from a function that requires it.
(edit) @277 [277] 07/04/07 18:34:46 ajps Get the option-toggling menus working properly with double-tapping.
(edit) @274 [274] 07/04/07 17:12:31 ajps Improvements to object knowledge screen, including preventing …
(edit) @266 [266] 07/04/07 13:42:26 ajps Fix the monster knowledge screen wrt uniques being seen and killed. …
(edit) @256 [256] 07/03/07 19:17:14 ajps Added caseless tag selections to menu code - used new flag in the main …
(edit) @254 [254] 07/03/07 17:29:00 ajps Fixes to some store oddities, and making it clearer when knowledge menu …
(edit) @252 [252] 07/02/07 17:51:25 ajps Fix for artifact knowledge screen. Closes #174
(edit) @250 [250] 07/02/07 14:02:56 ajps Alter self_knowledge to study equipment and player flags instead of the …
(edit) @249 [249] 07/02/07 11:36:46 ajps Fix the inputting of macro triggers to allow, e.g. function keys again. …
(edit) @240 [240] 06/28/07 21:09:49 takkaria Fix up the names for the entries of the option menu.
(edit) @232 [232] 06/27/07 22:17:15 takkaria * Fix lots of warnings. * Change arg_graphics to int, because that's how …
(edit) @217 [217] 06/24/07 01:54:38 ajps A possibly misplaced attempt to make the options menus internally …
(edit) @193 [193] 06/17/07 11:35:10 takkaria * Angbandify some of the code in cmd4.c; fix indentation, add more …
(edit) @191 [191] 06/16/07 09:32:37 takkaria Add autoinscribe back in, using the knowledge menus, UnAngband?-style.
(edit) @171 [171] 06/09/07 08:51:19 takkaria * Dump squelch and autoinscribe settings as part of the options dump. * …
(edit) @169 [169] 06/09/07 08:26:51 takkaria Fix some menu bugs (#128): * Options submenus should use a, b, c etc. * …
(edit) @156 [156] 06/06/07 09:15:50 takkaria Fix #56: * Stop squelching items in the pack without choice. Mark items …
(edit) @152 [152] 06/02/07 19:31:13 takkaria Commit updated options settings and removals, etc. Now down to 31 …
(edit) @148 [148] 06/01/07 14:19:25 takkaria Clean up some licence headers, though it's still an incomplete job.
(edit) @135 [135] 05/14/07 03:27:00 takkaria Prompt for overwriting an existing savefile (ajps' patch). Closes #87.
(edit) @125 [125] 05/08/07 21:04:38 pmac Code cleanup.
(edit) @120 [120] 05/07/07 12:00:03 ajps Random name generator now available for character names - this required …
(edit) @116 [116] 05/06/07 15:13:06 pmac Clean up signed-unsigned comparison warnings.
(edit) @112 [112] 05/05/07 19:16:57 takkaria * Move player skills into an array (cleans up some files.c code) * Nuke …
(edit) @111 [111] 05/05/07 15:38:08 pmac Fix -pedantic compiler warnings.
(edit) @110 [110] 05/04/07 13:43:35 takkaria Lots of changes: * Fix nits from [91]. (some code from Pete Mack) * …
(edit) @104 [104] 05/01/07 12:20:32 pmac Minor cleanup. (some from kbb)
(edit) @100 [100] 04/30/07 01:16:22 pmac Clean up html dumps, see http://angband.oook.cz/forum/showthread.php?t=25
(edit) @98 [98] 04/29/07 11:57:53 ajps Fixed some compiler warning, mostly those to do with whether char is …
(edit) @86 [86] 04/27/07 10:42:20 pmac Cleanup, small bugs. - lites shouldn't stack with different fuel (#88) - …
(edit) @82 [82] 04/25/07 17:12:29 takkaria Import a batch of patches by Hallvard Furuseth for Angband 3.0.0: * …
(edit) @73 [73] 04/24/07 06:11:09 takkaria * Move macro command to options screen (#99) * Add website to …
(edit) @71 [71] 04/24/07 00:58:43 pmac Fix #96 - macro menus broken - added echo when entering macro menu …
(edit) @55 [55] 04/21/07 18:09:39 takkaria * Move some things out of defines.h to better places * Fix truncated …
(edit) @50 [50] 04/20/07 07:19:23 takkaria * Make options menus have the first item highlighted by default * Move …
(edit) @49 [49] 04/19/07 13:12:53 takkaria Fix option_text[] having too few entries, and let cmd4.c compile.
(edit) @48 [48] 04/19/07 12:56:23 takkaria * Fix logic in my_fexists() * Ammo in stores is now treated in groups of …
(edit) @47 [47] 04/16/07 16:19:18 pmac Spotted a few minor bugs in code review. - Makefile has bad macro for …
(edit) @41 [41] 04/10/07 20:46:44 takkaria * fix warnings in main-win, cmd4 * clear a lot of cruft out (reduce down …
(edit) @40 [40] 04/10/07 12:31:57 takkaria Replace some sprintf()s with strnfmt()s, and fix the store on Windows …
(edit) @35 [35] 04/09/07 10:01:21 takkaria Clean up code so it's ISO89 and indented more Angband-like.
(edit) @33 [33] 04/08/07 00:31:48 pmac Replace poorly named key_event class with event_type (per code review)
(edit) @32 [32] 04/07/07 22:25:46 pmac Minor cleanup. (Some changes from code review) - Added many comments to …
(edit) @30 [30] 04/02/07 23:25:43 pmac - Mouse on OSX does not follow screen drags. - Check in hp_changes_color …
(edit) @29 [29] 04/02/07 04:31:31 pmac Knowledge browser menus now use the real thing. Fixed regression in …
(edit) @28 [28] 04/01/07 20:10:52 pmac Replaced "quality squelch" UI with new menu API as a first real test for …
(edit) @27 [27] 03/31/07 14:11:05 pmac Added real event handling for UI changes. - mouse and other event …
(edit) @23 [23] 03/29/07 03:28:18 pmac clean up strip_name interface, -- use cheat_know in caller, not …
(edit) @22 [22] 03/29/07 03:20:15 pmac Some bug fixes = - birth menu does not go back properly - ui.c const …
(edit) @18 [18] 03/27/07 18:38:20 takkaria Some more assorted changes, in order of importance: * new splash screen …
(edit) @17 [17] 03/27/07 14:24:25 takkaria * Remove ChangeLog? file (dunno where it came from) * Move some #includes …
(edit) @16 [16] 03/27/07 13:06:31 pmac Initial add of menu feature. - Cleaned up z-file.h inclusion. - Added new …
(edit) @15 [15] 03/26/07 13:10:15 takkaria I didn't realise I had uncommitted changes around, so this one's a little …
(add) @1 [1] 03/23/07 16:50:26 takkaria Angband 3.0.7s3.
Note: See TracRevisionLog for help on using the revision log.