01:37:55 Unstable branch on crawl.develz.org updated to: 0.24-a0-778-g74da537 (34) 02:09:09 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-778-g74da537 02:58:41 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:47:50 -!- amalloy is now known as amalloy_ 04:23:42 03theJollySin02 {Aidan Holm} 07* 0.24-a0-779-g36f0aeb: Remove ill-fitting confusion text (1583) 10(32 hours ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/36f0aeb84307 06:02:32 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-779-g36f0aeb843 (34) 07:06:43 advil: that logic looks good to me 08:31:17 Ha! Finally got all the pieces of gettext down pat in a test. Now just need to get it into crawl and we can start getting stuff translated! :D 08:41:36 shalmezad: nice! getting it into the makefile might be tough though 11:24:38 Stable (0.23) branch on underhound.eu updated to: 0.23.1-89-g277498a001 11:43:41 !source fontwrapper-ft.cc:924 11:43:41 https://github.com/crawl/crawl/blob/master/crawl-ref/source/fontwrapper-ft.cc#L924 13:20:24 Unstable branch on crawl.akrasiac.org updated to: 0.24-a0-779-g36f0aeb (34) 16:21:54 -!- amalloy_ is now known as amalloy 17:07:12 -!- Amnesiac_ is now known as Amnesiac 18:04:38 wow, translated crawl??! 18:12:27 could shalmezad be the hero we deserve??? 18:12:29 I hope so 18:22:29 Guys, it looks like game checks for show_game_time value only when game session starts. If I change it while playing (via macros) it has no effect. 18:24:02 Unstable branch on underhound.eu updated to: 0.24-a0-779-g36f0aeb843 (34) 18:34:39 Yermak: works for me. it doesn't register that the main screen needs to be redrawn, but next redraw it updates 18:34:54 hmm 18:35:00 you can do that manually with ^R, or implicitly by, e.g., going into the inventory and back 18:36:04 to reproduce i opened a clua interpreter with &^U and evaluated `crawl.setopt("show_game_time = false")` 18:37:27 Can console or tiles be the reason for it working differently? 18:37:41 !lm Yermak x=tiles 18:37:43 94964. [2019-10-07 22:35:41] [tiles=true] Yermak the Grave Robber (L1 CeNe) began the quest for the Orb on turn 0. (D:1) 18:40:48 Yermak: could be. i'm not familiar with the tiles display code 18:41:21 it looks vaguely like player.js is evaluated only once, and captures the options at that time 18:42:08 or...man, i don't know, i am so clueless about frontend stuff. who knows what the define(...) means 18:42:35 Yes, I launched my game in console, works perfectly fine. 18:44:54 Yermak: i would expect a similar issue for tile_font_stat_size and stat_colour 18:51:43 Okay, in tilepick.cc, there are a lot of constants that define which tile goes with which whatever, i.e.: TILEG_ABILITY_FEDHAS_GROW_OKLOB 18:52:20 Where are these constants defined? I need to modify one to fix a bug. 19:02:59 !source TILEG_ABILITY_FEDHAS_GROW_OKLOB 19:03:00 Can't find TILEG_ABILITY_FEDHAS_GROW_OKLOB. 19:03:02 boo 19:03:45 a lot of these defines are autogenerated by rltiles 19:03:58 in the rltiles you'll find a bunch of dc-foo.txt files 19:04:10 these define the mappings between enum values and tile pngs 19:04:47 rltiles then stitches these together into tilesheet images for distribution and generates the code to match up tilesheet offset and desired tile 19:08:33 ahh 19:10:30 Havent spent any gold, dont have enough to join gozag 13https://crawl.develz.org/mantis/view.php?id=12088 by Svankensen 19:10:38 New branch created: pull/1172 (1 commit) 13https://github.com/crawl/crawl/pull/1172 19:10:38 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/1172 * 0.24-a0-780-g76f8a53: Indicate damage done by Ignite Poison 10(8 minutes ago, 1 file, 7+ 1-) 13https://github.com/crawl/crawl/commit/76f8a5344ade 20:24:02 Shucks, I can't solve this problem purely in code. I actually have to make a new tile. Gotta combine two tiles and keep the transparent background. 20:24:29 Well, I'm off to the internets to find a program that will let me edit tiny icon images. If anyone knows a good one, holler. 20:26:51 theJollySin: the GIMP does a fine job (if a bit heavyweight for the task) 20:27:40 Oh yeah? Yeah, I have GIMP installed, I'll give it a whirl. 20:28:07 I guess I thought tiny icons needed special tools. Hurray for GIMP. 20:30:53 just use big zoom 20:42:14 Yeah, that was super easy. Awesome. 20:49:47 Okay, when I do a Pull Request through GitHub do I notice people skip my PR so they can use "git rebase" to move my changes into master? 20:50:31 But... there are no ways for external devs to create a PR using "rebase", right? 20:55:12 theJollySin: i don't understand what you mean by skipping your PR 21:03:31 New branch created: pull/1173 (1 commit) 13https://github.com/crawl/crawl/pull/1173 21:03:31 03theJollySin02 07https://github.com/crawl/crawl/pull/1173 * 0.24-a0-780-gab23122: Replacing a duplication Fedhas invoc tile 10(12 minutes ago, 1 file, 0+ 0-) 13https://github.com/crawl/crawl/commit/ab231223fe68 21:03:31 New branch created: pull/1174 (1 commit) 13https://github.com/crawl/crawl/pull/1174 21:03:31 03theJollySin02 07https://github.com/crawl/crawl/pull/1174 * 0.24-a0-780-g5e3acfd: Improving redundant working on flight dangers 10(7 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/5e3acfdf08f0 21:13:06 03John Stilley02 {amalloy} 07* 0.24-a0-780-g3fb7a4b: Improving redundant working on flight dangers (#1174) 10(10 seconds ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/3fb7a4b9a410 21:15:59 03John Stilley02 {amalloy} 07* 0.24-a0-781-g048a31f: Put an oklob in the tile for Fedhas's oklob ability (#1173) 10(11 seconds ago, 1 file, 0+ 0-) 13https://github.com/crawl/crawl/commit/048a31fd0b46 21:17:46 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-780-g3fb7a4b9a4 (34) 21:33:04 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-781-g048a31fd0b (34) 21:37:11 -!- amalloy is now known as amalloy_ 21:52:11 -!- Tiobot is now known as Guest2439 22:27:54 ^status 22:27:54 9 Crawlers. CBRO disk usage=100% (135GB) | RAM usage=24% (4GB)| uptime/CPU= 22:27:54 up 347 days, 2:09, 0 users, load average: 1.01, 1.05, 0.79 (4 Cores) http://status.berotato.org 22:57:53 -!- amalloy_ is now known as amalloy