Commit Graph

101 Commits

Author SHA1 Message Date
89531178ba Added new arrow picture
Used for phone movement buttons
I don't really like those arrows, so I may change them
2024-01-28 23:37:04 +01:00
3e532a4027 Added some buttons so phone users can move
Also made sure that body takes full screen, so phone users can't scroll
2024-01-28 23:29:42 +01:00
7b2529e876 Added signs for my projects
Users can now see projects I worked on, and access the related website
2024-01-28 21:32:22 +01:00
5d9aba2ea4 Added a sign texture for this project 2024-01-28 16:25:16 +01:00
6868ccaa7f Added Disblock project texture for signs 2024-01-28 16:12:44 +01:00
3e0d6edbce New addLinkPlate function
It's now easier to add a linkPlate
2024-01-28 15:54:12 +01:00
70e214cab9 Merge pull request #1 from LJ5O/dependabot/npm_and_yarn/vite-4.5.2
Bump vite from 4.5.1 to 4.5.2
2024-01-28 04:38:00 +01:00
dependabot[bot]
f3b6f5b3fa Bump vite from 4.5.1 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-28 03:36:33 +00:00
35d97d854b Update README.md 2024-01-28 03:32:24 +01:00
6a5071313b New languages spoken sign 2024-01-28 00:28:33 +01:00
5b5fdabfba Added email address
Visible on the name statue, hope I won't receive tons of spams !
2024-01-28 00:11:53 +01:00
16c1d2c8de Created spoken languages texture 2024-01-28 00:00:09 +01:00
ddcdc09551 Updated title 2024-01-27 02:16:57 +01:00
f733e064b1 Moved 3d models
So vitejs is happy and serving my gltf files

Small todo-soon list :
- Contact infos
- Languages
2024-01-27 02:00:36 +01:00
38165db828 We should be able to build the website 2024-01-27 00:54:51 +01:00
9ab449fa3e Rename pages to pages.yml 2024-01-27 00:44:19 +01:00
036385bf75 Update README.md 2024-01-27 00:43:38 +01:00
7b3819273e Action script to deploy website 2024-01-27 00:35:06 +01:00
2af4b97a13 Added trees on scene 2024-01-26 00:54:48 +01:00
4332a87432 New name model
Maybe better than the previous one
2024-01-25 23:13:34 +01:00
8d4948c1b5 Update README.md 2024-01-25 02:55:06 +01:00
3a31d09a61 Created and added temple
Was really nice seeing these when I went to Japan, so I tried recreating one, but I'm not really sure about the result
Maybe I should work again on the colours
2024-01-23 22:30:19 +01:00
eceed179fe Added some apple trees
A path to the known technologies sign
2024-01-23 15:46:41 +01:00
52170f9a2d Added sign for technologies and some flowers
Sign about languages and technologies that I know. Also added a circle of flowers around it, because.. Idk
2024-01-23 00:04:32 +01:00
ef3d3c1515 Added single flower model 2024-01-22 22:47:53 +01:00
de2e3ccbcf Created picture of known technologies
So I can show some techs I know and used
2024-01-19 01:19:00 +01:00
8f0c4b3274 Added zoom plates on signs that needed it
Also made sure that pictures are pre-loaded, so we don't have a 2sec delay when showing them
2024-01-18 02:04:31 +01:00
c07175f4fa Added a first zoom plate
Works great, let's make the code cleaner and use it everywhere
2024-01-18 01:17:08 +01:00
44c9f0c873 Zoom plate model created 2024-01-18 00:09:11 +01:00
ab1da5e14e Made text on signs bigger
Easier to read
2024-01-17 23:29:06 +01:00
df7df3e6b7 Enhanced collisions system
Players can't enter in trees or go through signs anymore. We're now using two rays instead of one, and reduced the threshold distance
2024-01-15 20:40:31 +01:00
8d948d0874 Added link to my github profile
It works !
2024-01-11 23:30:46 +01:00
938b16d4b1 Created github texture
Will be used to represent the link to my github profile
2024-01-10 20:57:18 +01:00
2f14e087ba We can now execute a function when enter key used
Will be used to open links easily
Key isn't activated is no function is passed to showNotification
2024-01-09 23:45:31 +01:00
aff8499005 Notifications can now be removed
Added the corresponding method
2024-01-09 22:38:04 +01:00
ad02c2e065 Added checkPlayerCollisions
This function can be used to check for a list of objects that the player may enter, it will execute onEnterHitbox and onLeaveHitbox methods when the player collides with a given object
2024-01-09 19:44:42 +01:00
02cf36a131 Started to add a notification div
We just need to correctly implement Jquery and we will be able to show notifications in the game
Also updated npm modules
2024-01-08 23:34:32 +01:00
e1f711e03c Created link plate
Users will be able to step on it, and will have the possibility to open a link to another website
2024-01-08 19:20:07 +01:00
e10e0116c9 Added a new sign 2024-01-04 21:32:01 +01:00
398040917e Smalls edits on grass placement 2024-01-04 21:21:27 +01:00
82e62590a1 Grass not longer placed on paths
Still need some optimizations
2024-01-04 18:06:39 +01:00
4ad126d8ab Started to work on placing grass
Not sure if I will keep this
I must check to use InstancedMesh or something similar, as placing 300 objects is causing FPS drops
2024-01-04 03:53:09 +01:00
0c3dc01ca9 Moved some files 2024-01-03 23:32:21 +01:00
3d54083315 Created grass models 2024-01-03 22:34:14 +01:00
606cb58310 Started to create grass 2024-01-03 19:43:10 +01:00
f7e292dc00 Created flower tiles
Full of red roses
2024-01-02 23:46:05 +01:00
ed2bab52e1 Started to work on flowers 2023-12-31 04:37:34 +01:00
abbacf00f9 Create hachinohe.xcf 2023-12-29 18:52:21 +01:00
1c3a7407b9 Added the firsts textures on signs
Used to present the schools I attended
French version only, but others languages will be added later
2023-12-28 21:54:41 +01:00
485ef1dee5 Added some signs
Ready to add an image
2023-12-27 23:12:14 +01:00