root/trunk/src/util.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @931 [931] 05/17/08 11:41:42 takkaria Fix another OS X warning.
(edit) @925 [925] 05/17/08 10:59:02 takkaria Sort out whitespace and fix two OS X warnings.
(edit) @918 [918] 05/17/08 09:08:23 takkaria Use consistent newlines everywhere, and also set the svn:eol-style …
(edit) @877 [877] 05/03/08 09:38:40 takkaria Add some more colour names for the edit files.
(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) @792 [792] 03/18/08 14:51:10 takkaria Make the buttons work in roguelike mode. (suggestion by Pete Mack)
(edit) @757 [757] 03/12/08 15:59:03 takkaria Fix some warnings. (Thanks to Shanoah)
(edit) @729 [729] 02/26/08 23:41:01 takkaria Fix #492: Make inscriptions like "!k!k!k" prompt multiple times again.
(edit) @728 [728] 02/26/08 23:21:55 takkaria Move check_for_inscrip() to a more appropriate place.
(edit) @698 [698] 02/08/08 08:12:45 takkaria Add Nick McConnell?'s mouse button patch. This adds FA-style buttons at …
(edit) @664 [664] 01/30/08 10:42:21 takkaria Remove main-xaw.c. (#62)
(edit) @544 [544] 09/03/07 13:55:05 ajps Introduce text_out_e that allows embedded formatting information in stuff …
(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) @522 [522] 08/13/07 09:49:19 ajps Set up an event system for UI display updates, where the game communicates …
(edit) @507 [507] 08/12/07 06:52:22 takkaria Update file headers to the new GPL template for files which are 100%, …
(edit) @489 [489] 08/11/07 00:30:46 ctate * Guard types.h against multiple inclusion * Widespread cleanup of …
(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) @462 [462] 08/07/07 16:52:21 takkaria Try that last commit again, having tried to compile it.
(edit) @461 [461] 08/07/07 16:50:02 takkaria Do a little code review on util.c: * Move damroll() function into z-rand, …
(edit) @460 [460] 08/07/07 15:57:26 takkaria Remove unused code, and make some other code (possibly) more efficient.
(edit) @455 [455] 08/06/07 18:20:38 takkaria Move the quark package out to z-quark.c, making it expand as necessary in …
(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) @312 [312] 07/08/07 20:49:04 takkaria Recolour the monster recall, make it use more compact code (using …
(edit) @267 [267] 07/04/07 14:39:55 takkaria Fix get_item() when working with floor stacks (closes #177).
(edit) @249 [249] 07/02/07 11:36:46 ajps Fix the inputting of macro triggers to allow, e.g. function keys again. …
(edit) @206 [206] 06/22/07 03:47:48 ajps Birth 'improvements'. A few minor bugfixes, and the adoption of ESC as a …
(edit) @199 [199] 06/21/07 19:54:51 takkaria Fix nits in #159.
(edit) @175 [175] 06/09/07 17:28:40 ajps Cleanup: Stopped a compiler warning and tried to comply better with the …
(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) @141 [141] 05/14/07 19:27:04 takkaria Switch to new model for producing sound: instead of a TERM_XTRA_SOUND …
(edit) @136 [136] 05/14/07 03:31:20 takkaria Minimise use of insecure string functions (#45).
(edit) @135 [135] 05/14/07 03:27:00 takkaria Prompt for overwriting an existing savefile (ajps' patch). Closes #87.
(edit) @127 [127] 05/11/07 20:18:29 takkaria * Add directory-scanning code. (z-file.c) * Make the SDL port use that …
(edit) @120 [120] 05/07/07 12:00:03 ajps Random name generator now available for character names - this required …
(edit) @112 [112] 05/05/07 19:16:57 takkaria * Move player skills into an array (cleans up some files.c code) * Nuke …
(edit) @87 [87] 04/27/07 12:49:31 takkaria Last commit 'til next week. Just clearing out my local changes before …
(edit) @69 [69] 04/23/07 17:53:20 takkaria Commit the remainder of the mouse patch code. Closes #93.
(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) @33 [33] 04/08/07 00:31:48 pmac Replace poorly named key_event class with event_type (per code review)
(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) @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.