Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CaesarCub

#221
I'm so happy there are so many entries and all so amazing :D
#222
Sweet! the great entries keep coming :D
#224
The Rumpus Room / Re: *Guess the Movie Title*
Sat 13/08/2016 21:09:01
Erik the Viking?
#225
I'm loving all these amazing entries ;-D
#226
Sweet, another great entry!
#227
You could make the repeatedly_execute() code check if the player is in said room, and if he is not, only then run the script.
#228
Yay, two great entries!  ;-D
#229
Quote from: DBoyWheeler on Tue 02/08/2016 23:33:02
Could that also include a classic monster (example: A goblin or a minotaur) dressed in modern day attire (like a hip-hop get up or modern day business attire)?  Or does it have to be entirely new altogether?

The idea is about modernising old creatures like goblins or minotaurs. Business and hip hop attires are valid. I'll see to reword it so it is more clear :D
#230
I'm glad you like the trophies, but Mandle please stop it, you are embarrassing me :-[
#231
Here's my attempt.

[imgzoom]http://i.imgur.com/zJg9R0f.gif[/imgzoom]

The only problem is that elder gods are no good at following the rules, so there is always some spillage when watching over dimensional cracks

[imgzoom]http://i.imgur.com/482SYAv.gif[/imgzoom]
#232
I'm using Win10 and it works fine
#233
Sprite Jam: Modern Monster Manual


It's time to update the entries in the Monster Manual*.
Chainmail and plate armour are fine but, to make a good first impression, nothing beats an Armani suit.
How do the fantastic creatures of yore fare in today's society?

  • You must depict a fantastic creature and how it would look living in modern times.
  • The creature sprite should be AGS ready.
  • The creature doesn't need to be humanoid but it must be clearly integrated with today's culture for better or worse.


The winners will receive the following trophies:



                   

   The Accountant - The Hairdresser - The Burger Flipper   


The rest will receive a participation trophy as well!



[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]
The Gelatinous Cube Janitor!


Winners:



   










1st Place
Centaur Jockey
Trample Pie
[imgzoom]http://i.imgur.com/JOFNiaV.png[/imgzoom]
2nd Place
Pan Faunus, Male Model
Misj'
[imgzoom]http://i.imgur.com/wwEIKqo.png[/imgzoom]
3rd Place - shared
Pollution Victim Mermaid
Blondbraid
[imgzoom]http://i.imgur.com/dBmG0gK.png[/imgzoom]
3rd Place - shared
Siren Rock Band Member
Gameboy
[imgzoom]http://i.imgur.com/dBmG0gK.png[/imgzoom]

The Runner Ups:




   

   





















Fix Xarfax, Hydra Accountant
Avirosb
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]
Domesticated Cerberus
Selmiak
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]
Selfie Medusa
Riaise
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]





Succubus Rockette
DBoyWheeler
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]
The Commuter Feeder
Grok
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]
Thiefling Cheerleader
VampireWombat
[imgzoom]http://i.imgur.com/MvDoQsc.png[/imgzoom]


*Despite the selection of words, any creature is fine.
There's no need to restrain yourself to the ones listed in D&D's Monster Manual.
#234
Yay! I got a shinny thing!
My precious!

Thanks to everyone that voted despite knowing that Bob can't reach the pedals. ;-D

Question: Just to be clear, I'm supposed to make a thread with a new Sprite Jam contest right?
#235
Site & Forum Reports / Re: Bug reports
Tue 26/07/2016 15:26:38
I have that version of Chrome (well, not anymore since by checking the about tab it is updating)
I recommend you try doing Ctrl+F5 or some other cache clearing thing.
#236
Site & Forum Reports / Re: Bug reports
Tue 26/07/2016 14:15:34
Sweet
It works great in Chrome now :D

And I'm so not getting on the browser wars. Except for IE. I hate IE.

#237
Paint Tool Sai
And some other specific painting software that would require me to have a Windows VM lying around on Linux, because Wine has no real support for Wacom tablets.
#238
Site & Forum Reports / Re: Bug reports
Mon 25/07/2016 19:50:46
From what I can see on the css, you have a "@-moz-document domain(adventuregamestudio.co.uk)" that will make sure that the CSS block is only run on Mozilla browsers and skipped by Chrome, IE and the rest.
Spoiler

Code: css

@-moz-document domain(adventuregamestudio.co.uk) 
	{
	li.avatar a img.avatar 
		{
		/*width:auto !important;
		height:auto !important;*/
		max-height:120px;
		max-width:120px;
		}
	div.post img[src$=".png"], div.post img[src$=".gif"], div.post img[src$=".PNG"], div.post img[src$=".GIF"] 
		{
		image-rendering:optimizeSpeed;				/* Legal fallback                 */
		image-rendering: pixelated;
		image-rendering:-moz-crisp-edges;			/* Firefox                        */
		image-rendering:-o-crisp-edges;				/* Opera                          */
		image-rendering:-webkit-optimize-contrast;	/* Chrome (and eventually Safari) */
		image-rendering:optimize-contrast;			/* CSS3 Proposed                  */
		image-rendering: crisp-edges;
		-ms-interpolation-mode:bicubic;				/* IE8+                           */
		}
	}

[close]
#239
Site & Forum Reports / Re: Bug reports
Fri 22/07/2016 22:57:13
The way CSS works, it ignores any property not supported, so it shouldn't overlap or break any other CSS styles.
Having some CSS like this:

Code: css
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;


Would make Firefox take the first value and ignore the second (since the implementation of pixelated is not done yet)
And it would make Chrome ignore -moz-crisp-edges, since it's a mozilla specific value.

Here is a link with more details [Link]
#240
Site & Forum Reports / Re: Bug reports
Fri 22/07/2016 16:17:54
Hi
This is more a suggestion than a bug.
It's about zoomable images in Chrome. I noticed that the thread was locked, and I wasn't sure about opening a new one.

Since version 41 Chrome accepts a CSS property that would enforce the nearest-neighbour resizing:

image-rendering: pixelated; [Link]

Please consider adding it to the zoomable images, the blurry pixel art makes me sad.
SMF spam blocked by CleanTalk