llde / xOBSE

Oblivion Script extender source
243 stars 35 forks source link

Adding to gitignore the .vs folder #215

Closed calebtt closed 11 months ago

calebtt commented 11 months ago

This may help prevent adding unwanted visual studio settings files.

calebtt commented 11 months ago

Woops, has more changes than desired. I am too tired for the moment.

llde commented 11 months ago

@calebtt Don't worry, it happens to the best of us too.

calebtt commented 11 months ago

I am partway through making the ScriptToken class into something similar to an external polymorphism pattern design.

https://github.com/calebtt/external_polymorphism/blob/master/external_polymorphism_pattern/external_polymorphism_pattern.cpp

Similar to that idea, but not exactly. First I guess we should see if it even makes the implementation better/simpler.